Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1a8e9e;
}
.freshwater {
color: #4ba6b4;
}
.aqua-vitale {
color: #7ac1c7;
}
.welcoming-wasp {
color: #f0a800;
}
.mee-hua-sunset {
color: #f07800;
}
/* CSS Variables */
:root {
--safe-harbour:#1a8e9e;
--freshwater:#4ba6b4;
--aqua-vitale:#7ac1c7;
--welcoming-wasp:#f0a800;
--mee-hua-sunset:#f07800;
}