Yellow Skibidi Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Skibidi palette

Share this palette to:

Yellow Skibidi color palette CSS

/* CSS */
.color-1 {
color: #dbdbff;
}
.color-2 {
color: #e1c2ff;
}
.color-3 {
color: #99e0ff;
}
.color-4 {
color: #b3f1ff;
}
.color-5 {
color: #e2bdff;
}

/* CSS Variables */
:root {
--color-1: #dbdbff;
--color-2: #e1c2ff;
--color-3: #99e0ff;
--color-4: #b3f1ff;
--color-5: #e2bdff;
}

Yellow Skibidi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbdbff, #e1c2ff, #99e0ff, #b3f1ff, #e2bdff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbdbff, #e1c2ff, #99e0ff, #b3f1ff, #e2bdff);
}

Yellow Skibidi color palette created on .