Color names in this palette
CSS code for this palette
/* CSS */
.beige {
color: #e6dba8;
}
.rockmelon-rind {
color: #d0e0b2;
}
.something-blue {
color: #b0d5e8;
}
.pink-hydrangea {
color: #f9c3b9;
}
.shell-pink {
color: #f77e7e;
}
/* CSS Variables */
:root {
--beige:#e6dba8;
--rockmelon-rind:#d0e0b2;
--something-blue:#b0d5e8;
--pink-hydrangea:#f9c3b9;
--shell-pink:#f77e7e;
}