Color names in this palette
CSS code for this palette
/* CSS */
.konkiky-blue {
color: #1c1c3f;
}
.patriot-blue {
color: #3c3c5d;
}
.twilight-dusk {
color: #5f5f77;
}
.dry-sage {
color: #8b8b79;
}
.gilded {
color: #f5d94d;
}
/* CSS Variables */
:root {
--konkiky-blue:#1c1c3f;
--patriot-blue:#3c3c5d;
--twilight-dusk:#5f5f77;
--dry-sage:#8b8b79;
--gilded:#f5d94d;
}