Loading...

Scene Kid Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Scene Kid palette

Share this palette to:

Download Scene Kid Color Palette (PNG)

Download scene kid color palette PNG image (landscape)
Download scene kid color palette PNG image (square)

Scene Kid color palette CSS

/* CSS */
.color-1 {
color: #2e1a47;
}
.color-2 {
color: #6d2c90;
}
.color-3 {
color: #a85f2e;
}
.color-4 {
color: #f7b32b;
}
.color-5 {
color: #f5f3c2;
}

/* CSS Variables */
:root {
--color-1: #2e1a47;
--color-2: #6d2c90;
--color-3: #a85f2e;
--color-4: #f7b32b;
--color-5: #f5f3c2;
}

Scene Kid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e1a47, #6d2c90, #a85f2e, #f7b32b, #f5f3c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e1a47, #6d2c90, #a85f2e, #f7b32b, #f5f3c2);
}

Scene Kid color palette created on .