Color names in this palette
CSS code for this palette
/* CSS */
.lambent-lagoon {
color: #3c5990;
}
.blue-beads {
color: #5c7e9d;
}
.country-air {
color: #9bb5c5;
}
.tan-temptation {
color: #f0c09e;
}
.ardent-coral {
color: #e5726c;
}
/* CSS Variables */
:root {
--lambent-lagoon:#3c5990;
--blue-beads:#5c7e9d;
--country-air:#9bb5c5;
--tan-temptation:#f0c09e;
--ardent-coral:#e5726c;
}