Color names in this palette
CSS code for this palette
/* CSS */
.cobalt-flame {
color: #4c6f9a;
}
.aerial-view {
color: #9fb1c6;
}
.hint-of-violet {
color: #d1d7e1;
}
.plumeria {
color: #c4b5d4;
}
.garden-party {
color: #e3a5b6;
}
/* CSS Variables */
:root {
--cobalt-flame:#4c6f9a;
--aerial-view:#9fb1c6;
--hint-of-violet:#d1d7e1;
--plumeria:#c4b5d4;
--garden-party:#e3a5b6;
}