Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #4d8fd5;
}
.candid-blue {
color: #6bc3e6;
}
.atmospheric-soft-blue {
color: #aae2f3;
}
.mystic-tulip {
color: #f7b5a1;
}
.visionary {
color: #f4e1a9;
}
/* CSS Variables */
:root {
--blue-dart:#4d8fd5;
--candid-blue:#6bc3e6;
--atmospheric-soft-blue:#aae2f3;
--mystic-tulip:#f7b5a1;
--visionary:#f4e1a9;
}