Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1d8b8b;
}
.crystalsong-blue {
color: #4eb7b7;
}
.island-paradise {
color: #8fe0e0;
}
.sugar-cookie {
color: #f2e1a1;
}
.miami-marmalade {
color: #f28e1c;
}
/* CSS Variables */
:root {
--ocean-liner:#1d8b8b;
--crystalsong-blue:#4eb7b7;
--island-paradise:#8fe0e0;
--sugar-cookie:#f2e1a1;
--miami-marmalade:#f28e1c;
}