Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d54939;
}
.cheater {
color: #ebaf5c;
}
.double-cream {
color: #f0d8a3;
}
.baby-blue-eyes {
color: #a4c4f4;
}
.cropper-blue {
color: #5c7a99;
}
/* CSS Variables */
:root {
--warming-heart:#d54939;
--cheater:#ebaf5c;
--double-cream:#f0d8a3;
--baby-blue-eyes:#a4c4f4;
--cropper-blue:#5c7a99;
}