Color names in this palette
CSS code for this palette
/* CSS */
.rajah {
color: #f9a85d;
}
.avid-apricot {
color: #f4c59f;
}
.alyssa {
color: #f4e2d7;
}
.love-at-first-sight {
color: #e9a5b0;
}
.paris-pink {
color: #d66b8b;
}
/* CSS Variables */
:root {
--rajah:#f9a85d;
--avid-apricot:#f4c59f;
--alyssa:#f4e2d7;
--love-at-first-sight:#e9a5b0;
--paris-pink:#d66b8b;
}