Curious Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Curious Whispers palette

Share this palette to:

Curious Whispers color palette PNG image

Download curious whispers color palette PNG image (landscape)
Download curious whispers color palette PNG image (square)

Curious Whispers color palette CSS

/* CSS */
.color-1 {
color: #f6eab1;
}
.color-2 {
color: #f7c6a1;
}
.color-3 {
color: #f29e91;
}
.color-4 {
color: #e6755c;
}
.color-5 {
color: #c84c4e;
}

/* CSS Variables */
:root {
--color-1: #f6eab1;
--color-2: #f7c6a1;
--color-3: #f29e91;
--color-4: #e6755c;
--color-5: #c84c4e;
}

Curious Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6eab1, #f7c6a1, #f29e91, #e6755c, #c84c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6eab1, #f7c6a1, #f29e91, #e6755c, #c84c4e);
}

Curious Whispers color palette created on .