Rafael's Radiance Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Rafael's Radiance palette
tavolozza dei colori Rafael's Radiance CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ffd56b;
}
.color-4 {
color: #ffed8a;
}
.color-5 {
color: #ffb8d1;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f6b;
--color-3: #ffd56b;
--color-4: #ffed8a;
--color-5: #ffb8d1;
}
CSS con gradiente di sfondo Rafael's Radiance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f6b, #ffd56b, #ffed8a, #ffb8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f6b, #ffd56b, #ffed8a, #ffb8d1);
}
Tavolozze di colori simili
Rafael's Radiance color palette created on .