Solitude's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Solitude's Embrace palette

Share this palette to:

Solitude's Embrace color palette CSS

/* CSS */
.color-1 {
color: #b1c6d8;
}
.color-2 {
color: #d0e2e7;
}
.color-3 {
color: #f4f1e6;
}
.color-4 {
color: #f2c0c0;
}
.color-5 {
color: #e3a1a1;
}

/* CSS Variables */
:root {
--color-1: #b1c6d8;
--color-2: #d0e2e7;
--color-3: #f4f1e6;
--color-4: #f2c0c0;
--color-5: #e3a1a1;
}

Solitude's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c6d8, #d0e2e7, #f4f1e6, #f2c0c0, #e3a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c6d8, #d0e2e7, #f4f1e6, #f2c0c0, #e3a1a1);
}

Solitude's Embrace color palette created on .