Color names in this palette
CSS code for this palette
/* CSS */
.star-sapphire {
color: #3a6b9c;
}
.pacific-harbour {
color: #7ab9d6;
}
.break-the-ice {
color: #b2e0f0;
}
.peach-damask {
color: #f7c8a6;
}
.jaffa {
color: #e0794d;
}
/* CSS Variables */
:root {
--star-sapphire:#3a6b9c;
--pacific-harbour:#7ab9d6;
--break-the-ice:#b2e0f0;
--peach-damask:#f7c8a6;
--jaffa:#e0794d;
}