Color names in this palette
CSS code for this palette
/* CSS */
.something-blue {
color: #b0d7e3;
}
.sundown {
color: #f5c99e;
}
.mystic-tulip {
color: #f7b5a1;
}
.morning-s-egg {
color: #d9bf78;
}
.smooth-satin {
color: #a2d8d0;
}
/* CSS Variables */
:root {
--something-blue:#b0d7e3;
--sundown:#f5c99e;
--mystic-tulip:#f7b5a1;
--morning-s-egg:#d9bf78;
--smooth-satin:#a2d8d0;
}