Whispers of Philene Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Philene palette

Share this palette to:

Whispers of Philene color palette CSS

/* CSS */
.color-1 {
color: #f3a67c;
}
.color-2 {
color: #f9c7b4;
}
.color-3 {
color: #f1eab1;
}
.color-4 {
color: #b7d9b5;
}
.color-5 {
color: #a1d7e8;
}

/* CSS Variables */
:root {
--color-1: #f3a67c;
--color-2: #f9c7b4;
--color-3: #f1eab1;
--color-4: #b7d9b5;
--color-5: #a1d7e8;
}

Whispers of Philene background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a67c, #f9c7b4, #f1eab1, #b7d9b5, #a1d7e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a67c, #f9c7b4, #f1eab1, #b7d9b5, #a1d7e8);
}

Whispers of Philene color palette created on .