Whispers of a Forgotten Friend Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of a Forgotten Friend palette

Share this palette to:

Whispers of a Forgotten Friend color palette CSS

/* CSS */
.color-1 {
color: #f2c5d3;
}
.color-2 {
color: #e2d5d5;
}
.color-3 {
color: #bfa5a1;
}
.color-4 {
color: #8c5a4a;
}
.color-5 {
color: #d0b77c;
}

/* CSS Variables */
:root {
--color-1: #f2c5d3;
--color-2: #e2d5d5;
--color-3: #bfa5a1;
--color-4: #8c5a4a;
--color-5: #d0b77c;
}

Whispers of a Forgotten Friend background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5d3, #e2d5d5, #bfa5a1, #8c5a4a, #d0b77c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5d3, #e2d5d5, #bfa5a1, #8c5a4a, #d0b77c);
}

Whispers of a Forgotten Friend color palette created on .