Color names in this palette
CSS code for this palette
/* CSS */
.blue-eyed-boy {
color: #89b8e6;
}
.peaceful-river {
color: #4ba1d2;
}
.turquesa {
color: #408c9c;
}
.welcoming-wasp {
color: #f0a800;
}
.porcelain-rose {
color: #ef6c6c;
}
/* CSS Variables */
:root {
--blue-eyed-boy:#89b8e6;
--peaceful-river:#4ba1d2;
--turquesa:#408c9c;
--welcoming-wasp:#f0a800;
--porcelain-rose:#ef6c6c;
}