Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f7aaa1;
}
.sweet-lilac {
color: #eab8d1;
}
.high-style-beige {
color: #e5d8c2;
}
.light-sky-babe {
color: #9fd2df;
}
.kindred {
color: #6ea0d8;
}
/* CSS Variables */
:root {
--rosy-outlook:#f7aaa1;
--sweet-lilac:#eab8d1;
--high-style-beige:#e5d8c2;
--light-sky-babe:#9fd2df;
--kindred:#6ea0d8;
}