Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.deviled-eggs {
color: #fdcc81;
}
.cornflower-lilac {
color: #ffadad;
}
.kisses-and-hugs {
color: #ff667d;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--creamy-sweet-corn:#f9c54e;
--deviled-eggs:#fdcc81;
--cornflower-lilac:#ffadad;
--kisses-and-hugs:#ff667d;
}