Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f3b4c6;
}
.dreamsicle {
color: #f6d7c1;
}
.bad-moon-yellow {
color: #f3e5b4;
}
.mint-parfait {
color: #b9e5b8;
}
.atlantic-ocean {
color: #a8d6e6;
}
/* CSS Variables */
:root {
--rhodonite:#f3b4c6;
--dreamsicle:#f6d7c1;
--bad-moon-yellow:#f3e5b4;
--mint-parfait:#b9e5b8;
--atlantic-ocean:#a8d6e6;
}