Whimsical Remnants Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Remnants palette

Share this palette to:

Whimsical Remnants color palette CSS

/* CSS */
.color-1 {
color: #f7b1a1;
}
.color-2 {
color: #f9e3b4;
}
.color-3 {
color: #f9c69f;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #a1dff7;
}

/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f9e3b4;
--color-3: #f9c69f;
--color-4: #a7d7b8;
--color-5: #a1dff7;
}

Whimsical Remnants background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f9e3b4, #f9c69f, #a7d7b8, #a1dff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f9e3b4, #f9c69f, #a7d7b8, #a1dff7);
}

Whimsical Remnants color palette created on .