Color names in this palette
CSS code for this palette
/* CSS */
.delft {
color: #3e5b89;
}
.debutante-ball {
color: #6b8fb8;
}
.blue-bows {
color: #a5c1d5;
}
.coral-blossom {
color: #f7c1a1;
}
.tangerine-flake {
color: #e77b5a;
}
/* CSS Variables */
:root {
--delft:#3e5b89;
--debutante-ball:#6b8fb8;
--blue-bows:#a5c1d5;
--coral-blossom:#f7c1a1;
--tangerine-flake:#e77b5a;
}