Color names in this palette
CSS code for this palette
/* CSS */
.kon {
color: #1b1e37;
}
.bluster-blue {
color: #4b5c72;
}
.sidewalk-grey {
color: #798e9a;
}
.illusion-blue {
color: #c3cfd5;
}
.distant-horizon {
color: #f1f7f9;
}
/* CSS Variables */
:root {
--kon:#1b1e37;
--bluster-blue:#4b5c72;
--sidewalk-grey:#798e9a;
--illusion-blue:#c3cfd5;
--distant-horizon:#f1f7f9;
}