Color names in this palette
CSS code for this palette
/* CSS */
.konkiky-blue {
color: #1c1c3f;
}
.crown-blue {
color: #4a4a68;
}
.bossa-nova-blue {
color: #7b7b9d;
}
.madder-blue {
color: #b3b3d0;
}
.eau-de-rose {
color: #e4b9d4;
}
/* CSS Variables */
:root {
--konkiky-blue:#1c1c3f;
--crown-blue:#4a4a68;
--bossa-nova-blue:#7b7b9d;
--madder-blue:#b3b3d0;
--eau-de-rose:#e4b9d4;
}