Color names in this palette
CSS code for this palette
/* CSS */
.apple-cream {
color: #b9d8a6;
}
.seaborn {
color: #87c4b3;
}
.sail-away {
color: #52b7e5;
}
.welcoming-wasp {
color: #f0a800;
}
.ardent-coral {
color: #e5726c;
}
/* CSS Variables */
:root {
--apple-cream:#b9d8a6;
--seaborn:#87c4b3;
--sail-away:#52b7e5;
--welcoming-wasp:#f0a800;
--ardent-coral:#e5726c;
}