Color names in this palette
CSS code for this palette
/* CSS */
.tulip-soft-blue {
color: #c1c4d7;
}
.lilac-sachet {
color: #a7b7d7;
}
.hydrangea {
color: #788bc4;
}
.azraq-blue {
color: #4e6ab1;
}
.nautical {
color: #2f4b7f;
}
/* CSS Variables */
:root {
--tulip-soft-blue:#c1c4d7;
--lilac-sachet:#a7b7d7;
--hydrangea:#788bc4;
--azraq-blue:#4e6ab1;
--nautical:#2f4b7f;
}