Color names in this palette
CSS code for this palette
/* CSS */
.clematis-blue {
color: #3b3c8c;
}
.nightly-silhouette {
color: #4e5d97;
}
.persian-jewel {
color: #6f79b8;
}
.blair {
color: #9fc0df;
}
.pearl-yellow {
color: #f2e3ba;
}
/* CSS Variables */
:root {
--clematis-blue:#3b3c8c;
--nightly-silhouette:#4e5d97;
--persian-jewel:#6f79b8;
--blair:#9fc0df;
--pearl-yellow:#f2e3ba;
}