Color names in this palette
CSS code for this palette
/* CSS */
.winter-lakes {
color: #6193d1;
}
.goluboy-blue {
color: #89b4e1;
}
.chefchaouen-blue {
color: #a3d1e6;
}
.escape-from-columbia {
color: #d1e2f0;
}
.alice-blue {
color: #f0f9ff;
}
/* CSS Variables */
:root {
--winter-lakes:#6193d1;
--goluboy-blue:#89b4e1;
--chefchaouen-blue:#a3d1e6;
--escape-from-columbia:#d1e2f0;
--alice-blue:#f0f9ff;
}