Color names in this palette
CSS code for this palette
/* CSS */
.waikiki {
color: #1d8a9a;
}
.montego-bay {
color: #3db8b8;
}
.blue-radiance {
color: #5fd3d3;
}
.ice-crystal-blue {
color: #a4e5e5;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--waikiki:#1d8a9a;
--montego-bay:#3db8b8;
--blue-radiance:#5fd3d3;
--ice-crystal-blue:#a4e5e5;
--distant-horizon:#f1f9f9;
}