Stanford Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stanford Sunset palette

Share this palette to:

Stanford Sunset color palette CSS

/* CSS */
.color-1 {
color: #a3001e;
}
.color-2 {
color: #d03e3e;
}
.color-3 {
color: #f6a4a2;
}
.color-4 {
color: #feda6c;
}
.color-5 {
color: #f5c55b;
}

/* CSS Variables */
:root {
--color-1: #a3001e;
--color-2: #d03e3e;
--color-3: #f6a4a2;
--color-4: #feda6c;
--color-5: #f5c55b;
}

Stanford Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3001e, #d03e3e, #f6a4a2, #feda6c, #f5c55b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3001e, #d03e3e, #f6a4a2, #feda6c, #f5c55b);
}

Stanford Sunset color palette created on .