Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.salmon-eggs {
color: #f4d65d;
}
.aloe-vera-green {
color: #7e9f3c;
}
.turkish-stone {
color: #2c7b90;
}
.takaka {
color: #3e4a75;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--salmon-eggs:#f4d65d;
--aloe-vera-green:#7e9f3c;
--turkish-stone:#2c7b90;
--takaka:#3e4a75;
}