Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8c8e;
}
.hygiene-green {
color: #5db6b5;
}
.timeless-seafoam {
color: #aee5e0;
}
.goldsmith {
color: #f1b24b;
}
.iceland-poppy {
color: #f27f21;
}
/* CSS Variables */
:root {
--river-fountain:#1f8c8e;
--hygiene-green:#5db6b5;
--timeless-seafoam:#aee5e0;
--goldsmith:#f1b24b;
--iceland-poppy:#f27f21;
}