Nella's Warm Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nella's Warm Embrace palette
Nella's Warm Embrace color palette CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f7d06e;
}
.color-3 {
color: #f1e0a7;
}
.color-4 {
color: #ff7d52;
}
.color-5 {
color: #ff3d33;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f7d06e;
--color-3: #f1e0a7;
--color-4: #ff7d52;
--color-5: #ff3d33;
}
Nella's Warm Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f7d06e, #f1e0a7, #ff7d52, #ff3d33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f7d06e, #f1e0a7, #ff7d52, #ff3d33);
}
Similar color palettes
Nella's Warm Embrace color palette created on .