Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-cream {
color: #f9e6b9;
}
.petals-unfolding {
color: #f3b9c3;
}
.partytime {
color: #e2a7c6;
}
.liliac {
color: #c689fa;
}
.blue-bubble {
color: #a5d5e9;
}
/* CSS Variables */
:root {
--hawaiian-cream:#f9e6b9;
--petals-unfolding:#f3b9c3;
--partytime:#e2a7c6;
--liliac:#c689fa;
--blue-bubble:#a5d5e9;
}