Color names in this palette
CSS code for this palette
/* CSS */
.pale-cerulean {
color: #9fc4e0;
}
.bellagio-fountains {
color: #bae2f2;
}
.rose-reminder {
color: #f5c2c8;
}
.cornflower-lilac {
color: #ffadad;
}
.kisses-and-hugs {
color: #ff667d;
}
/* CSS Variables */
:root {
--pale-cerulean:#9fc4e0;
--bellagio-fountains:#bae2f2;
--rose-reminder:#f5c2c8;
--cornflower-lilac:#ffadad;
--kisses-and-hugs:#ff667d;
}