Color names in this palette
CSS code for this palette
/* CSS */
.lake-baikal {
color: #1a4c7f;
}
.casual-blue {
color: #4d7e8f;
}
.sago-garden {
color: #8fbe83;
}
.spring-yellow {
color: #f2e17d;
}
.coral-orange {
color: #e16a4c;
}
/* CSS Variables */
:root {
--lake-baikal:#1a4c7f;
--casual-blue:#4d7e8f;
--sago-garden:#8fbe83;
--spring-yellow:#f2e17d;
--coral-orange:#e16a4c;
}