Color names in this palette
CSS code for this palette
/* CSS */
.mazarine-blue {
color: #2b3a7d;
}
.nightly-silhouette {
color: #4f5b92;
}
.wild-blue-yonder {
color: #7a8cb8;
}
.myrtle-flower {
color: #9eb6e0;
}
.peach-temptation {
color: #f0c4b2;
}
/* CSS Variables */
:root {
--mazarine-blue:#2b3a7d;
--nightly-silhouette:#4f5b92;
--wild-blue-yonder:#7a8cb8;
--myrtle-flower:#9eb6e0;
--peach-temptation:#f0c4b2;
}