Color names in this palette
CSS code for this palette
/* CSS */
.san-marino {
color: #496d9c;
}
.cottage-blue {
color: #7a9bc2;
}
.simply-sparkling {
color: #b2c3e0;
}
.ancient-scroll {
color: #f0e5d0;
}
.child-s-play {
color: #e9b9d7;
}
/* CSS Variables */
:root {
--san-marino:#496d9c;
--cottage-blue:#7a9bc2;
--simply-sparkling:#b2c3e0;
--ancient-scroll:#f0e5d0;
--child-s-play:#e9b9d7;
}