Color names in this palette
CSS code for this palette
/* CSS */
.mountain-blueberry {
color: #3d4d6b;
}
.winter-lake {
color: #698d9b;
}
.sonata {
color: #aac7da;
}
.peach-temptation {
color: #f1c6b1;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--mountain-blueberry:#3d4d6b;
--winter-lake:#698d9b;
--sonata:#aac7da;
--peach-temptation:#f1c6b1;
--apricot-glazed-chicken:#f5a524;
}