Color names in this palette
CSS code for this palette
/* CSS */
.konkiky-blue {
color: #1c1c3f;
}
.gloomy-blue {
color: #3f3f69;
}
.mountain-flower-mauve {
color: #7070a4;
}
.water-hyacinth {
color: #a3a3d1;
}
.christmas-silver {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--konkiky-blue:#1c1c3f;
--gloomy-blue:#3f3f69;
--mountain-flower-mauve:#7070a4;
--water-hyacinth:#a3a3d1;
--christmas-silver:#e0e0e0;
}