Petal Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Petal Whisper palette

Share this palette to:

Download Petal Whisper Color Palette (PNG)

Download petal whisper color palette PNG image (landscape)
Download petal whisper color palette PNG image (square)

Petal Whisper color palette CSS

/* CSS */
.color-1 {
color: #0b203c;
}
.color-2 {
color: #d4af35;
}
.color-3 {
color: #f5f2eb;
}
.color-4 {
color: #2e2e2e;
}
.color-5 {
color: #dac47c;
}

/* CSS Variables */
:root {
--color-1: #0b203c;
--color-2: #d4af35;
--color-3: #f5f2eb;
--color-4: #2e2e2e;
--color-5: #dac47c;
}

Petal Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b203c, #d4af35, #f5f2eb, #2e2e2e, #dac47c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b203c, #d4af35, #f5f2eb, #2e2e2e, #dac47c);
}

Petal Whisper color palette created on .