Color names in this palette
CSS code for this palette
/* CSS */
.baby-bunting {
color: #aac6e9;
}
.steel-blue-eyes {
color: #7b99c6;
}
.dutch-blue {
color: #4f6892;
}
.flounce {
color: #4b8b8b;
}
.cinnamon-whip {
color: #d8b4a2;
}
/* CSS Variables */
:root {
--baby-bunting:#aac6e9;
--steel-blue-eyes:#7b99c6;
--dutch-blue:#4f6892;
--flounce:#4b8b8b;
--cinnamon-whip:#d8b4a2;
}