Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.team-spirit {
color: #3e6a89;
}
.turquoise-fantasies {
color: #6db0a1;
}
.cream-blush {
color: #f4c49a;
}
.lovely-little-rosy {
color: #e85e65;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--team-spirit:#3e6a89;
--turquoise-fantasies:#6db0a1;
--cream-blush:#f4c49a;
--lovely-little-rosy:#e85e65;
}