Color names in this palette
CSS code for this palette
/* CSS */
.glazed-persimmon {
color: #d64d38;
}
.coral-rose {
color: #f8794f;
}
.n-renji-orange {
color: #ffc34d;
}
.buttery-croissant {
color: #f8e29b;
}
.terrace-pool {
color: #9ed9e0;
}
/* CSS Variables */
:root {
--glazed-persimmon:#d64d38;
--coral-rose:#f8794f;
--n-renji-orange:#ffc34d;
--buttery-croissant:#f8e29b;
--terrace-pool:#9ed9e0;
}