Color names in this palette
CSS code for this palette
/* CSS */
.bondi {
color: #1c6d8d;
}
.sports-blue {
color: #3a9bb6;
}
.arctic-ocean {
color: #6ac4d2;
}
.charlotte {
color: #a4e1e5;
}
.distant-horizon {
color: #f0f9f8;
}
/* CSS Variables */
:root {
--bondi:#1c6d8d;
--sports-blue:#3a9bb6;
--arctic-ocean:#6ac4d2;
--charlotte:#a4e1e5;
--distant-horizon:#f0f9f8;
}