Nostalgic Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nostalgic Radiance palette

Share this palette to:

Nostalgic Radiance color palette CSS

/* CSS */
.color-1 {
color: #f2b1c0;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #e2a146;
}
.color-4 {
color: #d4765e;
}
.color-5 {
color: #a3335c;
}

/* CSS Variables */
:root {
--color-1: #f2b1c0;
--color-2: #f6b83c;
--color-3: #e2a146;
--color-4: #d4765e;
--color-5: #a3335c;
}

Nostalgic Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1c0, #f6b83c, #e2a146, #d4765e, #a3335c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1c0, #f6b83c, #e2a146, #d4765e, #a3335c);
}

Nostalgic Radiance color palette created on .