Color names in this palette
CSS code for this palette
/* CSS */
.delft {
color: #3d5a8a;
}
.azure-blue {
color: #4c8dc2;
}
.hawaiian-breeze {
color: #76c7e0;
}
.ganon-blue {
color: #9de4f6;
}
.cotton-ball {
color: #f3f9fc;
}
/* CSS Variables */
:root {
--delft:#3d5a8a;
--azure-blue:#4c8dc2;
--hawaiian-breeze:#76c7e0;
--ganon-blue:#9de4f6;
--cotton-ball:#f3f9fc;
}