Soft Scribbles Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Scribbles palette

Share this palette to:

Soft Scribbles color palette CSS

/* CSS */
.color-1 {
color: #f6e5b1;
}
.color-2 {
color: #f4b79f;
}
.color-3 {
color: #f490b1;
}
.color-4 {
color: #f495c8;
}
.color-5 {
color: #d680b1;
}

/* CSS Variables */
:root {
--color-1: #f6e5b1;
--color-2: #f4b79f;
--color-3: #f490b1;
--color-4: #f495c8;
--color-5: #d680b1;
}

Soft Scribbles background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5b1, #f4b79f, #f490b1, #f495c8, #d680b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5b1, #f4b79f, #f490b1, #f495c8, #d680b1);
}

Soft Scribbles color palette created on .