Bright White Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright White palette

Share this palette to:

Bright White color palette CSS

/* CSS */
.color-1 {
color: #f2f2f2;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ff9966;
}
.color-4 {
color: #ff6699;
}
.color-5 {
color: #ff3366;
}

/* CSS Variables */
:root {
--color-1: #f2f2f2;
--color-2: #ffcc00;
--color-3: #ff9966;
--color-4: #ff6699;
--color-5: #ff3366;
}

Bright White background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f2f2, #ffcc00, #ff9966, #ff6699, #ff3366);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f2f2, #ffcc00, #ff9966, #ff6699, #ff3366);
}

Bright White color palette created on .