Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f9c8d3;
}
.lemon-filling {
color: #f7e6a6;
}
.almost-aloe {
color: #c3e5b3;
}
.atlantic-ocean {
color: #a9d9e5;
}
.sweet-slumber-pink {
color: #f6b6f2;
}
/* CSS Variables */
:root {
--palace-rose:#f9c8d3;
--lemon-filling:#f7e6a6;
--almost-aloe:#c3e5b3;
--atlantic-ocean:#a9d9e5;
--sweet-slumber-pink:#f6b6f2;
}