Pastel Four Seasons Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Four Seasons palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pastel Four Seasons Color Palette (PNG)
Pastel Four Seasons color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #a4e0b4;
}
.color-3 {
color: #f6a7e2;
}
.color-4 {
color: #b3d4e0;
}
.color-5 {
color: #f8c9b4;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #a4e0b4;
--color-3: #f6a7e2;
--color-4: #b3d4e0;
--color-5: #f8c9b4;
}
Pastel Four Seasons background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #a4e0b4, #f6a7e2, #b3d4e0, #f8c9b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #a4e0b4, #f6a7e2, #b3d4e0, #f8c9b4);
}
Similar color palettes
Pastel Four Seasons color palette created on .