Warm Alex Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Alex palette

Share this palette to:

Warm Alex color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe91;
}
.color-3 {
color: #61b3ff;
}
.color-4 {
color: #ffcf70;
}
.color-5 {
color: #ff8b61;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe91;
--color-3: #61b3ff;
--color-4: #ffcf70;
--color-5: #ff8b61;
}

Warm Alex background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe91, #61b3ff, #ffcf70, #ff8b61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe91, #61b3ff, #ffcf70, #ff8b61);
}

Warm Alex color palette created on .