Color names in this palette
CSS code for this palette
/* CSS */
.storm-blue {
color: #4d7f9d;
}
.ocean-trip {
color: #5eabba;
}
.sweet-rhapsody {
color: #8fd5d6;
}
.october-bounty {
color: #e3c5a1;
}
.chantilly {
color: #eab8c9;
}
/* CSS Variables */
:root {
--storm-blue:#4d7f9d;
--ocean-trip:#5eabba;
--sweet-rhapsody:#8fd5d6;
--october-bounty:#e3c5a1;
--chantilly:#eab8c9;
}