Pastel Four Seasons Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Four Seasons palette

Share this palette to:

Pastel Four Seasons color palette PNG image

Download pastel four seasons color palette PNG image (landscape)
Download pastel four seasons color palette PNG image (square)

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);
}

Pastel Four Seasons color palette created on .