Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1d7e3;
}
.blue-chrysocolla {
color: #79b9d2;
}
.starflower-blue {
color: #4a95b5;
}
.ocean-call {
color: #2d6a8b;
}
.recollection-blue {
color: #1b4d5a;
}
/* CSS Variables */
:root {
--terrace-pool:#a1d7e3;
--blue-chrysocolla:#79b9d2;
--starflower-blue:#4a95b5;
--ocean-call:#2d6a8b;
--recollection-blue:#1b4d5a;
}