Color names in this palette
CSS code for this palette
/* CSS */
.twilight {
color: #4d4f8f;
}
.country-blue {
color: #6f7f9b;
}
.blue-pot {
color: #a2b0c3;
}
.yellow-cream {
color: #f2d269;
}
.porcelain-rose {
color: #e86868;
}
/* CSS Variables */
:root {
--twilight:#4d4f8f;
--country-blue:#6f7f9b;
--blue-pot:#a2b0c3;
--yellow-cream:#f2d269;
--porcelain-rose:#e86868;
}