Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.sail-away {
color: #58aee4;
}
.photon-barrier {
color: #86d9ea;
}
.refreshing-pool {
color: #b8e5e5;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--sail-away:#58aee4;
--photon-barrier:#86d9ea;
--refreshing-pool:#b8e5e5;
--distant-horizon:#f1f9f9;
}