Gavin's Sunset Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gavin's Sunset Dream palette

Share this palette to:

Gavin's Sunset Dream color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa061;
}
.color-3 {
color: #ffd261;
}
.color-4 {
color: #f1df5b;
}
.color-5 {
color: #70aaf5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa061;
--color-3: #ffd261;
--color-4: #f1df5b;
--color-5: #70aaf5;
}

Gavin's Sunset Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa061, #ffd261, #f1df5b, #70aaf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa061, #ffd261, #f1df5b, #70aaf5);
}

Gavin's Sunset Dream color palette created on .