/*to use global variables, import them into your component stylesheet*/
@import "./../../../styles/global.scss";

.color-card {
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.color-card-wrapper {
    display: flex;
    flex-wrap: wrap;

}

p {
    font-size: 15px;
    background: $white;
    color: $black;
    text-align: center;
    padding: 2px;
}