Axel's Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Axel's Radiance palette

Share this palette to:

Axel's Radiance color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6eb1e7;
}
.color-3 {
color: #f7b3a6;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff8b42;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6eb1e7;
--color-3: #f7b3a6;
--color-4: #ffb84d;
--color-5: #ff8b42;
}

Axel's Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6eb1e7, #f7b3a6, #ffb84d, #ff8b42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6eb1e7, #f7b3a6, #ffb84d, #ff8b42);
}

Axel's Radiance color palette created on .