Color names in this palette
CSS code for this palette
/* CSS */
.boyzone {
color: #2594d0;
}
.nancy {
color: #5bb9e1;
}
.atlantic-ocean {
color: #a4d7e5;
}
.everlasting-ice {
color: #f5fafa;
}
.tuft-bush {
color: #f9d2be;
}
/* CSS Variables */
:root {
--boyzone:#2594d0;
--nancy:#5bb9e1;
--atlantic-ocean:#a4d7e5;
--everlasting-ice:#f5fafa;
--tuft-bush:#f9d2be;
}