Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f7b1a6;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.daydream {
color: #e2ebad;
}
.green-trance {
color: #a5d8a2;
}
.dusty-jade-green {
color: #6aaf99;
}
/* CSS Variables */
:root {
--riviera-rose:#f7b1a6;
--enjoyable-yellow:#f6d6a7;
--daydream:#e2ebad;
--green-trance:#a5d8a2;
--dusty-jade-green:#6aaf99;
}