Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.verdigris {
color: #45b5b1;
}
.turkish-turquoise {
color: #76dfe5;
}
.calabrese {
color: #f1a8a2;
}
.ray-of-light {
color: #fdf4bf;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--verdigris:#45b5b1;
--turkish-turquoise:#76dfe5;
--calabrese:#f1a8a2;
--ray-of-light:#fdf4bf;
}