Color names in this palette
CSS code for this palette
/* CSS */
.aroma-garden {
color: #a4c6a9;
}
.salmon-eggs {
color: #f4d35d;
}
.snow-white-blush {
color: #f9aeae;
}
.sea-wind {
color: #aac9d5;
}
.night-owl {
color: #5d7a89;
}
/* CSS Variables */
:root {
--aroma-garden:#a4c6a9;
--salmon-eggs:#f4d35d;
--snow-white-blush:#f9aeae;
--sea-wind:#aac9d5;
--night-owl:#5d7a89;
}