Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1f8da3;
}
.cave-lake {
color: #53b6c6;
}
.nevada-sky {
color: #a2dae6;
}
.distant-horizon {
color: #f1f8f8;
}
.peach-damask {
color: #f6c4a7;
}
/* CSS Variables */
:root {
--safe-harbour:#1f8da3;
--cave-lake:#53b6c6;
--nevada-sky:#a2dae6;
--distant-horizon:#f1f8f8;
--peach-damask:#f6c4a7;
}