Color names in this palette
CSS code for this palette
/* CSS */
.waikiki {
color: #1e8b9f;
}
.cave-lake {
color: #4eb9c1;
}
.limpet-shell {
color: #8ee1da;
}
.peaceful-rain {
color: #f1f9f1;
}
.saffron {
color: #f6c72c;
}
/* CSS Variables */
:root {
--waikiki:#1e8b9f;
--cave-lake:#4eb9c1;
--limpet-shell:#8ee1da;
--peaceful-rain:#f1f9f1;
--saffron:#f6c72c;
}