Color names in this palette
CSS code for this palette
/* CSS */
.skyward {
color: #a6c6c9;
}
.cool-crayon {
color: #b1e5e7;
}
.cultured {
color: #f6f5f3;
}
.peach-bud {
color: #f9b1ae;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--skyward:#a6c6c9;
--cool-crayon:#b1e5e7;
--cultured:#f6f5f3;
--peach-bud:#f9b1ae;
--breeze-of-chilli:#f76e6e;
}