Rafael's Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rafael's Radiance palette

Share this palette to:

Rafael's Radiance color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f17822;
}
.color-3 {
color: #e95f35;
}
.color-4 {
color: #d84f5f;
}
.color-5 {
color: #b93c93;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f17822;
--color-3: #e95f35;
--color-4: #d84f5f;
--color-5: #b93c93;
}

Rafael's Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f17822, #e95f35, #d84f5f, #b93c93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f17822, #e95f35, #d84f5f, #b93c93);
}

Rafael's Radiance color palette created on .