Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8989;
}
.crystalsong-blue {
color: #4cb8b8;
}
.island-paradise {
color: #8fe0e0;
}
.lazy-daisy {
color: #f3e8a0;
}
.trump-tan {
color: #f9a96c;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8989;
--crystalsong-blue:#4cb8b8;
--island-paradise:#8fe0e0;
--lazy-daisy:#f3e8a0;
--trump-tan:#f9a96c;
}