Color names in this palette
CSS code for this palette
/* CSS */
.purple-cheeks {
color: #b57d9d;
}
.sekichiku-pink {
color: #e4afbd;
}
.antique-wicker-basket {
color: #f4d39f;
}
.airborne {
color: #a1c1d4;
}
.secret-cove {
color: #6a8f9a;
}
/* CSS Variables */
:root {
--purple-cheeks:#b57d9d;
--sekichiku-pink:#e4afbd;
--antique-wicker-basket:#f4d39f;
--airborne:#a1c1d4;
--secret-cove:#6a8f9a;
}