Nostalgic Radiance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Nostalgic Radiance palette

Condividi questa palette a:

tavolozza dei colori Nostalgic Radiance 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;
}

CSS con gradiente di sfondo Nostalgic Radiance

/* 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 .