Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.blue-sonki {
color: #4a8cc9;
}
.waimea-blue {
color: #4c9ddc;
}
.windsor-way {
color: #a1c9e8;
}
.cotton-ball {
color: #f2f8fd;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--blue-sonki:#4a8cc9;
--waimea-blue:#4c9ddc;
--windsor-way:#a1c9e8;
--cotton-ball:#f2f8fd;
}