Color names in this palette
CSS code for this palette
/* CSS */
.purple-hyacinth {
color: #6e90bf;
}
.peaceful-river {
color: #499ed0;
}
.opalescent {
color: #3f8dc6;
}
.dairy-made {
color: #f1af3b;
}
.breeze-of-chilli {
color: #f07070;
}
/* CSS Variables */
:root {
--purple-hyacinth:#6e90bf;
--peaceful-river:#499ed0;
--opalescent:#3f8dc6;
--dairy-made:#f1af3b;
--breeze-of-chilli:#f07070;
}