Color names in this palette
CSS code for this palette
/* CSS */
.san-marino {
color: #4b6c9b;
}
.della-robbia-blue {
color: #7b9bcc;
}
.artesian-pool {
color: #a4c0e5;
}
.peach-patch {
color: #f1d5a2;
}
.barrel {
color: #f2b069;
}
/* CSS Variables */
:root {
--san-marino:#4b6c9b;
--della-robbia-blue:#7b9bcc;
--artesian-pool:#a4c0e5;
--peach-patch:#f1d5a2;
--barrel:#f2b069;
}