Adrian's Radiance Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Adrian's Radiance palette
tavolozza dei colori Adrian's Radiance CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffcd75;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #6ab9b0;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa047;
--color-3: #ffcd75;
--color-4: #a3d55d;
--color-5: #6ab9b0;
}
CSS con gradiente di sfondo Adrian's Radiance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa047, #ffcd75, #a3d55d, #6ab9b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa047, #ffcd75, #a3d55d, #6ab9b0);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 300+ tavolozzas di colori Brillante
Adrian's Radiance color palette created on .