Color names in this palette
CSS code for this palette
/* CSS */
.boyzone {
color: #2594d0;
}
.waimea-blue {
color: #4da0e0;
}
.hawaiian-breeze {
color: #6ecbe2;
}
.everest {
color: #a3e6e4;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--boyzone:#2594d0;
--waimea-blue:#4da0e0;
--hawaiian-breeze:#6ecbe2;
--everest:#a3e6e4;
--everlasting-ice:#f5fafa;
}