Rafael's Radiance Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rafael's Radiance palette

Condividi questa palette a:

tavolozza dei colori Rafael's Radiance 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;
}

CSS con gradiente di sfondo Rafael's Radiance

/* 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 .