Color names in this palette
CSS code for this palette
/* CSS */
.the-speed-of-light {
color: #f6f4ee;
}
.august-moon {
color: #e6e1d6;
}
.tapioca {
color: #dacab9;
}
.brilliant-beige {
color: #f2c5b5;
}
.tiny-fawn {
color: #be8c6a;
}
/* CSS Variables */
:root {
--the-speed-of-light:#f6f4ee;
--august-moon:#e6e1d6;
--tapioca:#dacab9;
--brilliant-beige:#f2c5b5;
--tiny-fawn:#be8c6a;
}