30-е Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 30-е palette

Share this palette to:

30-е color palette PNG image

Download 30-е color palette PNG image (landscape)
Download 30-е color palette PNG image (square)

30-е color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ff7038;
}
.color-4 {
color: #ff5e3d;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8b42;
--color-3: #ff7038;
--color-4: #ff5e3d;
--color-5: #ff4d4d;
}

30-е background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8b42, #ff7038, #ff5e3d, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8b42, #ff7038, #ff5e3d, #ff4d4d);
}

30-е color palette created on .