Color names in this palette
CSS code for this palette
/* CSS */
.ashton-blue {
color: #4b79b4;
}
.sanctuary-spa {
color: #69b5e8;
}
.blue-click {
color: #a6d4e8;
}
.milky-way {
color: #e4f6f6;
}
.hawaiian-cream {
color: #f9e6b9;
}
/* CSS Variables */
:root {
--ashton-blue:#4b79b4;
--sanctuary-spa:#69b5e8;
--blue-click:#a6d4e8;
--milky-way:#e4f6f6;
--hawaiian-cream:#f9e6b9;
}