Color names in this palette
CSS code for this palette
/* CSS */
.boyzone {
color: #2b8eda;
}
.aragon-green {
color: #4abf8a;
}
.sun-dust {
color: #f4e0a4;
}
.indian-dance {
color: #f19379;
}
.little-bow-pink {
color: #d67a99;
}
/* CSS Variables */
:root {
--boyzone:#2b8eda;
--aragon-green:#4abf8a;
--sun-dust:#f4e0a4;
--indian-dance:#f19379;
--little-bow-pink:#d67a99;
}