Color names in this palette
CSS code for this palette
/* CSS */
.prom-corsage {
color: #e0c1f0;
}
.teclis-blue {
color: #a3b7e0;
}
.blue-electress {
color: #6ba2d1;
}
.dirty-blue {
color: #407f9c;
}
.night-shift {
color: #2c5a68;
}
/* CSS Variables */
:root {
--prom-corsage:#e0c1f0;
--teclis-blue:#a3b7e0;
--blue-electress:#6ba2d1;
--dirty-blue:#407f9c;
--night-shift:#2c5a68;
}