Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1b8e9d;
}
.swimmers-pool {
color: #2ac0b6;
}
.neon-nazar {
color: #4ce1d7;
}
.luminescent-blue {
color: #a1dfe8;
}
.angel-s-feather {
color: #f4f1e6;
}
/* CSS Variables */
:root {
--safe-harbour:#1b8e9d;
--swimmers-pool:#2ac0b6;
--neon-nazar:#4ce1d7;
--luminescent-blue:#a1dfe8;
--angel-s-feather:#f4f1e6;
}