10s Brightness Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 10s Brightness palette

Share this palette to:

10s Brightness color palette CSS

/* CSS */
.color-1 {
color: #eb7766;
}
.color-2 {
color: #eb9a6b;
}
.color-3 {
color: #ebb666;
}
.color-4 {
color: #f0d993;
}
.color-5 {
color: #ece2a1;
}

/* CSS Variables */
:root {
--color-1: #eb7766;
--color-2: #eb9a6b;
--color-3: #ebb666;
--color-4: #f0d993;
--color-5: #ece2a1;
}

10s Brightness background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eb7766, #eb9a6b, #ebb666, #f0d993, #ece2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eb7766, #eb9a6b, #ebb666, #f0d993, #ece2a1);
}

10s Brightness color palette created on .