Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b2a69;
}
.kakitsubata-blue {
color: #3f5cab;
}
.malibu {
color: #6ab8e2;
}
.gilded {
color: #f3e24f;
}
.plastic-carrot {
color: #f45b1f;
}
/* CSS Variables */
:root {
--mythical-night:#1b2a69;
--kakitsubata-blue:#3f5cab;
--malibu:#6ab8e2;
--gilded:#f3e24f;
--plastic-carrot:#f45b1f;
}