Color names in this palette
CSS code for this palette
/* CSS */
.dusty-blue {
color: #7e93a5;
}
.blue-tribute {
color: #a7b9c8;
}
.head-in-the-clouds {
color: #d0dee2;
}
.distant-horizon {
color: #f1f8f8;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--dusty-blue:#7e93a5;
--blue-tribute:#a7b9c8;
--head-in-the-clouds:#d0dee2;
--distant-horizon:#f1f8f8;
--floral-leaf:#ffb84d;
}