Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.oyster-bisque {
color: #f2e7b0;
}
.alsot-olive {
color: #e1d5b2;
}
.whisper-ridge {
color: #c8c4b6;
}
.grey-matters {
color: #a8a9a2;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--oyster-bisque:#f2e7b0;
--alsot-olive:#e1d5b2;
--whisper-ridge:#c8c4b6;
--grey-matters:#a8a9a2;
}