Nicole Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nicole palette

Share this palette to:

Nicole color palette PNG image

Download nicole color palette PNG image (landscape)
Download nicole color palette PNG image (square)

Nicole color palette CSS

/* CSS */
.color-1 {
color: #f7a1a1;
}
.color-2 {
color: #f4d04e;
}
.color-3 {
color: #a8d7d7;
}
.color-4 {
color: #6c8f9d;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #f7a1a1;
--color-2: #f4d04e;
--color-3: #a8d7d7;
--color-4: #6c8f9d;
--color-5: #f1c84b;
}

Nicole background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1a1, #f4d04e, #a8d7d7, #6c8f9d, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1a1, #f4d04e, #a8d7d7, #6c8f9d, #f1c84b);
}

Nicole color palette created on .