Whispers of Wisdom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Wisdom palette

Share this palette to:

Whispers of Wisdom color palette CSS

/* CSS */
.color-1 {
color: #f6a2b8;
}
.color-2 {
color: #e9d6b9;
}
.color-3 {
color: #f1e4b7;
}
.color-4 {
color: #b6e2f6;
}
.color-5 {
color: #b6d0f6;
}

/* CSS Variables */
:root {
--color-1: #f6a2b8;
--color-2: #e9d6b9;
--color-3: #f1e4b7;
--color-4: #b6e2f6;
--color-5: #b6d0f6;
}

Whispers of Wisdom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b8, #e9d6b9, #f1e4b7, #b6e2f6, #b6d0f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b8, #e9d6b9, #f1e4b7, #b6e2f6, #b6d0f6);
}

Whispers of Wisdom color palette created on .