Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.riverside-blue {
color: #6db3c5;
}
.terrace-pool {
color: #a1d9e3;
}
.lighthouse {
color: #f3f7f3;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--riverside-blue:#6db3c5;
--terrace-pool:#a1d9e3;
--lighthouse:#f3f7f3;
--blue-angels-yellow:#fab700;
}