Color names in this palette
CSS code for this palette
/* CSS */
.santorini-blue {
color: #3f6d83;
}
.georgian-revival-blue {
color: #5b8f9f;
}
.buoyancy {
color: #78b2b5;
}
.eerie-glow {
color: #a6d8b9;
}
.vanilla-paste {
color: #f3e7d3;
}
/* CSS Variables */
:root {
--santorini-blue:#3f6d83;
--georgian-revival-blue:#5b8f9f;
--buoyancy:#78b2b5;
--eerie-glow:#a6d8b9;
--vanilla-paste:#f3e7d3;
}