Whispers of Blossom and Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Blossom and Earth palette
Whispers of Blossom and Earth color palette CSS
/* CSS */
.color-1 {
color: #f7dae2;
}
.color-2 {
color: #e2bbcb;
}
.color-3 {
color: #be9137;
}
.color-4 {
color: #918093;
}
.color-5 {
color: #439d8d;
}
/* CSS Variables */
:root {
--color-1: #f7dae2;
--color-2: #e2bbcb;
--color-3: #be9137;
--color-4: #918093;
--color-5: #439d8d;
}
Whispers of Blossom and Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7dae2, #e2bbcb, #be9137, #918093, #439d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7dae2, #e2bbcb, #be9137, #918093, #439d8d);
}
Similar color palettes
Scroll down to explore 1 Pink color palette
Whispers of Blossom and Earth color palette created on .