Jisoo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jisoo palette

Share this palette to:

Jisoo color palette CSS

/* CSS */
.color-1 {
color: #fed1c8;
}
.color-2 {
color: #fddebf;
}
.color-3 {
color: #fde7ce;
}
.color-4 {
color: #fcd8b6;
}
.color-5 {
color: #fac2da;
}

/* CSS Variables */
:root {
--color-1: #fed1c8;
--color-2: #fddebf;
--color-3: #fde7ce;
--color-4: #fcd8b6;
--color-5: #fac2da;
}

Jisoo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed1c8, #fddebf, #fde7ce, #fcd8b6, #fac2da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed1c8, #fddebf, #fde7ce, #fcd8b6, #fac2da);
}

Jisoo color palette created on .