Whispers of Noli Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Noli palette

Share this palette to:

Download Whispers of Noli Color Palette (PNG)

Download whispers of noli color palette PNG image (landscape)
Download whispers of noli color palette PNG image (square)

Whispers of Noli color palette CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f7c9a6;
}
.color-3 {
color: #f9e19f;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #6c9dcb;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f7c9a6;
--color-3: #f9e19f;
--color-4: #a8d3e1;
--color-5: #6c9dcb;
}

Whispers of Noli background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f7c9a6, #f9e19f, #a8d3e1, #6c9dcb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f7c9a6, #f9e19f, #a8d3e1, #6c9dcb);
}

Whispers of Noli color palette created on .