Color names in this palette
CSS code for this palette
/* CSS */
.boyzone {
color: #2594d0;
}
.newport-blue {
color: #1e92c8;
}
.battery-charged-blue {
color: #1ab6d5;
}
.terrace-pool {
color: #9edbe0;
}
.holy-ghost {
color: #f0e8e5;
}
/* CSS Variables */
:root {
--boyzone:#2594d0;
--newport-blue:#1e92c8;
--battery-charged-blue:#1ab6d5;
--terrace-pool:#9edbe0;
--holy-ghost:#f0e8e5;
}