Color names in this palette
CSS code for this palette
/* CSS */
.cheddar-corn {
color: #f8d3b4;
}
.rose-mallow {
color: #f1a7c5;
}
.intergalactic-blue {
color: #b1e0f2;
}
.southern-belle {
color: #a3d7c2;
}
.majestic-treasures {
color: #f4e7a4;
}
/* CSS Variables */
:root {
--cheddar-corn:#f8d3b4;
--rose-mallow:#f1a7c5;
--intergalactic-blue:#b1e0f2;
--southern-belle:#a3d7c2;
--majestic-treasures:#f4e7a4;
}