Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #daa44e;
}
.citrus-sachet {
color: #f0c6a8;
}
.soft-butter {
color: #f4e2b8;
}
.steel-teal {
color: #5f898c;
}
.midnight-hour {
color: #3b494e;
}
/* CSS Variables */
:root {
--angel-food-cake:#daa44e;
--citrus-sachet:#f0c6a8;
--soft-butter:#f4e2b8;
--steel-teal:#5f898c;
--midnight-hour:#3b494e;
}