Sunset Terra Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Terra palette

Share this palette to:

Sunset Terra color palette CSS

/* CSS */
.color-1 {
color: #f9e0dc;
}
.color-2 {
color: #f6e0da;
}
.color-3 {
color: #f4e4d7;
}
.color-4 {
color: #f1ebd5;
}
.color-5 {
color: #fbf4e4;
}

/* CSS Variables */
:root {
--color-1: #f9e0dc;
--color-2: #f6e0da;
--color-3: #f4e4d7;
--color-4: #f1ebd5;
--color-5: #fbf4e4;
}

Sunset Terra background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e0dc, #f6e0da, #f4e4d7, #f1ebd5, #fbf4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e0dc, #f6e0da, #f4e4d7, #f1ebd5, #fbf4e4);
}

Sunset Terra color palette created on .