Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.soft-cashmere {
color: #f0b7d6;
}
.dandelion-whisper {
color: #fef3b4;
}
.pink-fit {
color: #f8a5b1;
}
.iced-aqua {
color: #a6d8d9;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--soft-cashmere:#f0b7d6;
--dandelion-whisper:#fef3b4;
--pink-fit:#f8a5b1;
--iced-aqua:#a6d8d9;
}