Scene Kid Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Scene Kid palette
Color Inspiration
Images that showcase this color palette in real designs
Download Scene Kid Color Palette (PNG)
Scene Kid color palette CSS
/* CSS */
.color-1 {
color: #3b5b8c;
}
.color-2 {
color: #5c7a99;
}
.color-3 {
color: #8fa8c7;
}
.color-4 {
color: #e2b450;
}
.color-5 {
color: #d85f7b;
}
/* CSS Variables */
:root {
--color-1: #3b5b8c;
--color-2: #5c7a99;
--color-3: #8fa8c7;
--color-4: #e2b450;
--color-5: #d85f7b;
}
Scene Kid background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5b8c, #5c7a99, #8fa8c7, #e2b450, #d85f7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5b8c, #5c7a99, #8fa8c7, #e2b450, #d85f7b);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Scene Kid color palette created on .