Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.french-vanilla {
color: #efe0a4;
}
.dainty-debutante {
color: #f6bbb6;
}
.bright-ube {
color: #d5a5e9;
}
.star-grass {
color: #75d7c3;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--french-vanilla:#efe0a4;
--dainty-debutante:#f6bbb6;
--bright-ube:#d5a5e9;
--star-grass:#75d7c3;
}