Golden Ripples Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Golden Ripples palette
tavolozza dei colori Golden Ripples CSS
/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffec42;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffdd00;
}
/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ffcc00;
--color-3: #ffec42;
--color-4: #ffd900;
--color-5: #ffdd00;
}
CSS con gradiente di sfondo Golden Ripples
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ffcc00, #ffec42, #ffd900, #ffdd00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ffcc00, #ffec42, #ffd900, #ffdd00);
}
Tavolozze di colori simili
Golden Ripples color palette created on .