Color names in this palette
CSS code for this palette
/* CSS */
.likeable-sand {
color: #d1b7a8;
}
.radome-tan {
color: #f2c5a1;
}
.butter-creme {
color: #fde4ba;
}
.blue-angels-yellow {
color: #fab700;
}
.briar-rose {
color: #c06d84;
}
/* CSS Variables */
:root {
--likeable-sand:#d1b7a8;
--radome-tan:#f2c5a1;
--butter-creme:#fde4ba;
--blue-angels-yellow:#fab700;
--briar-rose:#c06d84;
}