Color names in this palette
CSS code for this palette
/* CSS */
.little-sun-dress {
color: #f6c960;
}
.pink-marshmallow {
color: #f6b6d0;
}
.flower-of-oahu {
color: #f7e1c5;
}
.lavender-rose {
color: #f2a1e3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--little-sun-dress:#f6c960;
--pink-marshmallow:#f6b6d0;
--flower-of-oahu:#f7e1c5;
--lavender-rose:#f2a1e3;
--grapefruit-pulp:#ff6e61;
}