Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.buttery-croissant {
color: #f8e29b;
}
.mystic-tulip {
color: #f9b49f;
}
.snow-white-blush {
color: #f9aeae;
}
.smooth-satin {
color: #a3d7d4;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--buttery-croissant:#f8e29b;
--mystic-tulip:#f9b49f;
--snow-white-blush:#f9aeae;
--smooth-satin:#a3d7d4;
}