Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.light-template {
color: #b9d7e9;
}
.snowdrift-glow {
color: #d5e6f1;
}
.fulgrim-pink {
color: #f2b1d2;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--light-template:#b9d7e9;
--snowdrift-glow:#d5e6f1;
--fulgrim-pink:#f2b1d2;
--rosecco:#eab8e4;
}