Persimmon Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Persimmon Sunset palette

Share this palette to:

Persimmon Sunset color palette CSS

/* CSS */
.color-1 {
color: #ff6952;
}
.color-2 {
color: #ff8e4d;
}
.color-3 {
color: #ffab3d;
}
.color-4 {
color: #ffcd57;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ff6952;
--color-2: #ff8e4d;
--color-3: #ffab3d;
--color-4: #ffcd57;
--color-5: #ffd900;
}

Persimmon Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6952, #ff8e4d, #ffab3d, #ffcd57, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6952, #ff8e4d, #ffab3d, #ffcd57, #ffd900);
}

Persimmon Sunset color palette created on .