Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.romantic-morning {
color: #e1b6e2;
}
.pink-fit {
color: #f6a7b3;
}
.neighborly-peach {
color: #f3c0a5;
}
.spring-yellow {
color: #f2e37d;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--romantic-morning:#e1b6e2;
--pink-fit:#f6a7b3;
--neighborly-peach:#f3c0a5;
--spring-yellow:#f2e37d;
}