Color names in this palette
CSS code for this palette
/* CSS */
.boyzone {
color: #2594d0;
}
.larimar-blue {
color: #1e77b3;
}
.turkish-sea {
color: #1a508e;
}
.blueberry-soft-blue {
color: #5d98c6;
}
.terrace-pool {
color: #a3d6e0;
}
/* CSS Variables */
:root {
--boyzone:#2594d0;
--larimar-blue:#1e77b3;
--turkish-sea:#1a508e;
--blueberry-soft-blue:#5d98c6;
--terrace-pool:#a3d6e0;
}