Color names in this palette
CSS code for this palette
/* CSS */
.dark-seashore-night {
color: #0b3d93;
}
.blue-dahlia {
color: #405d9c;
}
.brisk-blue {
color: #6e7fa0;
}
.cloudy-valley {
color: #b1c5d8;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
/* CSS Variables */
:root {
--dark-seashore-night:#0b3d93;
--blue-dahlia:#405d9c;
--brisk-blue:#6e7fa0;
--cloudy-valley:#b1c5d8;
--smooth-as-corn-silk:#f4e4b3;
}