Color names in this palette
CSS code for this palette
/* CSS */
.beautiful-dream {
color: #b6c8e2;
}
.minute-mauve {
color: #f3e0f5;
}
.gumball {
color: #e9b4d4;
}
.neighborly-peach {
color: #f5c1a3;
}
.flower-of-oahu {
color: #f6dfc6;
}
/* CSS Variables */
:root {
--beautiful-dream:#b6c8e2;
--minute-mauve:#f3e0f5;
--gumball:#e9b4d4;
--neighborly-peach:#f5c1a3;
--flower-of-oahu:#f6dfc6;
}