Color names in this palette
CSS code for this palette
/* CSS */
.boyzone {
color: #2594d0;
}
.lake-thun {
color: #4bbae2;
}
.heisenberg-blue {
color: #73d6f2;
}
.ganon-blue {
color: #a4e1f9;
}
.cotton-ball {
color: #f3fafc;
}
/* CSS Variables */
:root {
--boyzone:#2594d0;
--lake-thun:#4bbae2;
--heisenberg-blue:#73d6f2;
--ganon-blue:#a4e1f9;
--cotton-ball:#f3fafc;
}