Whimsical Afternoon Tea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Afternoon Tea palette
Whimsical Afternoon Tea color palette CSS
/* CSS */
.color-1 {
color: #ffec99;
}
.color-2 {
color: #f6d9a7;
}
.color-3 {
color: #f9b19f;
}
.color-4 {
color: #f0a3b7;
}
.color-5 {
color: #e5a9d6;
}
/* CSS Variables */
:root {
--color-1: #ffec99;
--color-2: #f6d9a7;
--color-3: #f9b19f;
--color-4: #f0a3b7;
--color-5: #e5a9d6;
}
Whimsical Afternoon Tea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffec99, #f6d9a7, #f9b19f, #f0a3b7, #e5a9d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffec99, #f6d9a7, #f9b19f, #f0a3b7, #e5a9d6);
}
Similar color palettes
Scroll down to explore 400+ Spring color palettes
Whimsical Afternoon Tea color palette created on .