Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.barely-pink {
color: #f8d8db;
}
.mellow-rose {
color: #d7a9a3;
}
.delhi-spice {
color: #a36c6c;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--wildflower-bouquet:#ffb3b3;
--barely-pink:#f8d8db;
--mellow-rose:#d7a9a3;
--delhi-spice:#a36c6c;
}