Color names in this palette
CSS code for this palette
/* CSS */
.sweet-baby-rose {
color: #c74b3d;
}
.caramelo-dulce {
color: #d89f69;
}
.peach-patch {
color: #f1d5a2;
}
.eerie-glow {
color: #a7d7b8;
}
.casual-blue {
color: #4d7e8f;
}
/* CSS Variables */
:root {
--sweet-baby-rose:#c74b3d;
--caramelo-dulce:#d89f69;
--peach-patch:#f1d5a2;
--eerie-glow:#a7d7b8;
--casual-blue:#4d7e8f;
}