Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a6c7e7;
}
.minified-blue {
color: #b4d9e9;
}
.clear-vision {
color: #e2f1f8;
}
.hawaiian-cream {
color: #f9e6b9;
}
.calabrese {
color: #f6a8a2;
}
/* CSS Variables */
:root {
--template:#a6c7e7;
--minified-blue:#b4d9e9;
--clear-vision:#e2f1f8;
--hawaiian-cream:#f9e6b9;
--calabrese:#f6a8a2;
}