Whispers of Affection Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Affection palette

Share this palette to:

Whispers of Affection color palette CSS

/* CSS */
.color-1 {
color: #f9a29f;
}
.color-2 {
color: #f7d5c0;
}
.color-3 {
color: #f2e6b5;
}
.color-4 {
color: #cfe9c3;
}
.color-5 {
color: #a3d4e0;
}

/* CSS Variables */
:root {
--color-1: #f9a29f;
--color-2: #f7d5c0;
--color-3: #f2e6b5;
--color-4: #cfe9c3;
--color-5: #a3d4e0;
}

Whispers of Affection background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a29f, #f7d5c0, #f2e6b5, #cfe9c3, #a3d4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a29f, #f7d5c0, #f2e6b5, #cfe9c3, #a3d4e0);
}

Whispers of Affection color palette created on .