Sunset Over Strawberry Fields Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Over Strawberry Fields palette

Share this palette to:

Sunset Over Strawberry Fields color palette CSS

/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e67a00;
}
.color-4 {
color: #db5f00;
}
.color-5 {
color: #9e3f00;
}

/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #f0a800;
--color-3: #e67a00;
--color-4: #db5f00;
--color-5: #9e3f00;
}

Sunset Over Strawberry Fields background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #f0a800, #e67a00, #db5f00, #9e3f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #f0a800, #e67a00, #db5f00, #9e3f00);
}

Sunset Over Strawberry Fields color palette created on .