Color names in this palette
CSS code for this palette
/* CSS */
.blue-rose {
color: #2e2a7a;
}
.deep-ultramarine {
color: #404f91;
}
.cornflower-blue {
color: #6d8cc5;
}
.sky-high {
color: #a2c2e6;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--blue-rose:#2e2a7a;
--deep-ultramarine:#404f91;
--cornflower-blue:#6d8cc5;
--sky-high:#a2c2e6;
--bleached-silk:#f2f2f2;
}