Scene Kid Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Scene Kid palette

Share this palette to:

Scene Kid color palette PNG image

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: #1f2a7a;
}
.color-2 {
color: #5a3d99;
}
.color-3 {
color: #7d4d93;
}
.color-4 {
color: #b84c99;
}
.color-5 {
color: #f7598e;
}

/* CSS Variables */
:root {
--color-1: #1f2a7a;
--color-2: #5a3d99;
--color-3: #7d4d93;
--color-4: #b84c99;
--color-5: #f7598e;
}

Scene Kid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2a7a, #5a3d99, #7d4d93, #b84c99, #f7598e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2a7a, #5a3d99, #7d4d93, #b84c99, #f7598e);
}

Scene Kid color palette created on .