Childhood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Childhood palette
Childhood color palette CSS
/* CSS */
.color-1 {
color: #fff5d1;
}
.color-2 {
color: #ffe9d1;
}
.color-3 {
color: #ffe7e5;
}
.color-4 {
color: #fff5f9;
}
.color-5 {
color: #ffebfa;
}
/* CSS Variables */
:root {
--color-1: #fff5d1;
--color-2: #ffe9d1;
--color-3: #ffe7e5;
--color-4: #fff5f9;
--color-5: #ffebfa;
}
Childhood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff5d1, #ffe9d1, #ffe7e5, #fff5f9, #ffebfa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff5d1, #ffe9d1, #ffe7e5, #fff5f9, #ffebfa);
}
Similar color palettes
Childhood color palette created on .