Color names in this palette
CSS code for this palette
/* CSS */
.boyzone {
color: #2594d0;
}
.blue-astro {
color: #4da7db;
}
.sky-of-ocean {
color: #81d0e4;
}
.crystal-river {
color: #b1e3f1;
}
.cotton-ball {
color: #f3fafc;
}
/* CSS Variables */
:root {
--boyzone:#2594d0;
--blue-astro:#4da7db;
--sky-of-ocean:#81d0e4;
--crystal-river:#b1e3f1;
--cotton-ball:#f3fafc;
}