Color names in this palette
CSS code for this palette
/* CSS */
.butter-cream {
color: #f5b342;
}
.love-spell {
color: #f9b4c0;
}
.cotton-candy-aesthetic {
color: #f3b4e0;
}
.baby-blue-eyes {
color: #a4c3f4;
}
.cerulean {
color: #4fa3f3;
}
/* CSS Variables */
:root {
--butter-cream:#f5b342;
--love-spell:#f9b4c0;
--cotton-candy-aesthetic:#f3b4e0;
--baby-blue-eyes:#a4c3f4;
--cerulean:#4fa3f3;
}