Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5f3a92;
}
.ashton-blue {
color: #4b77b9;
}
.water-spirit {
color: #65a3d2;
}
.horizon-haze {
color: #7fc2e6;
}
.azure-sky {
color: #b2e0f5;
}
/* CSS Variables */
:root {
--daisy-bush:#5f3a92;
--ashton-blue:#4b77b9;
--water-spirit:#65a3d2;
--horizon-haze:#7fc2e6;
--azure-sky:#b2e0f5;
}