Color names in this palette
CSS code for this palette
/* CSS */
.navagio-bay {
color: #3b92b5;
}
.blue-grotto {
color: #51a4c8;
}
.broom-butterfly-blue {
color: #6fb6d8;
}
.terrace-pool {
color: #a3d9e0;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--navagio-bay:#3b92b5;
--blue-grotto:#51a4c8;
--broom-butterfly-blue:#6fb6d8;
--terrace-pool:#a3d9e0;
--distant-horizon:#f1f8f8;
}