Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.meadow-blossom-blue {
color: #7db2d8;
}
.sanctuary-spa {
color: #5faee3;
}
.klaxosaur-blue {
color: #2e87c2;
}
.traditional-blue {
color: #1f628e;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--meadow-blossom-blue:#7db2d8;
--sanctuary-spa:#5faee3;
--klaxosaur-blue:#2e87c2;
--traditional-blue:#1f628e;
}