Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d5a5c4;
}
.brilliant-beige {
color: #f2c5b5;
}
.khaki-core {
color: #f7e5b0;
}
.madang {
color: #b8e1a8;
}
.arctic-ocean {
color: #6bc2d1;
}
/* CSS Variables */
:root {
--heart-to-heart:#d5a5c4;
--brilliant-beige:#f2c5b5;
--khaki-core:#f7e5b0;
--madang:#b8e1a8;
--arctic-ocean:#6bc2d1;
}