Color names in this palette
CSS code for this palette
/* CSS */
.mystic-blue {
color: #4dabd1;
}
.norse-blue {
color: #3e9cc1;
}
.carol {
color: #2f8fb1;
}
.blue-vacation {
color: #1f7bad;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--mystic-blue:#4dabd1;
--norse-blue:#3e9cc1;
--carol:#2f8fb1;
--blue-vacation:#1f7bad;
--floral-leaf:#ffb84d;
}