Color names in this palette
CSS code for this palette
/* CSS */
.washing-powder-soft-blue {
color: #c2d8e5;
}
.template {
color: #a7c7e2;
}
.regale-blue {
color: #7db7d4;
}
.azure-blue {
color: #4e94c6;
}
.blue-oasis {
color: #2b6e91;
}
/* CSS Variables */
:root {
--washing-powder-soft-blue:#c2d8e5;
--template:#a7c7e2;
--regale-blue:#7db7d4;
--azure-blue:#4e94c6;
--blue-oasis:#2b6e91;
}