Nectarine Skys Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nectarine Skys palette

Share this palette to:

Download Nectarine Skys Color Palette (PNG)

Download nectarine skys color palette PNG image (landscape)
Download nectarine skys color palette PNG image (square)

Nectarine Skys color palette CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ffa04d;
}
.color-3 {
color: #ffb866;
}
.color-4 {
color: #ffe1a8;
}
.color-5 {
color: #ffebd6;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ffa04d;
--color-3: #ffb866;
--color-4: #ffe1a8;
--color-5: #ffebd6;
}

Nectarine Skys background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ffa04d, #ffb866, #ffe1a8, #ffebd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ffa04d, #ffb866, #ffe1a8, #ffebd6);
}

Nectarine Skys color palette created on .