Color names in this palette
CSS code for this palette
/* CSS */
.santorini-blue {
color: #3f6d83;
}
.harbor {
color: #598d9b;
}
.bright-bluebonnet {
color: #8fb4c1;
}
.algodon-azul {
color: #c1ddec;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--santorini-blue:#3f6d83;
--harbor:#598d9b;
--bright-bluebonnet:#8fb4c1;
--algodon-azul:#c1ddec;
--everlasting-ice:#f5fafa;
}