Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.neptune-green {
color: #7cc09b;
}
.sunny-mood {
color: #f5c84d;
}
.deep-blush {
color: #e76a89;
}
.capocollo {
color: #d8544f;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--neptune-green:#7cc09b;
--sunny-mood:#f5c84d;
--deep-blush:#e76a89;
--capocollo:#d8544f;
}