Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.azure-sky {
color: #b1e0f6;
}
.teal-treat {
color: #d6f5e4;
}
.butter-cookie {
color: #f0e5b2;
}
.first-date {
color: #f7b1a1;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--azure-sky:#b1e0f6;
--teal-treat:#d6f5e4;
--butter-cookie:#f0e5b2;
--first-date:#f7b1a1;
}