Orange Wine Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Orange Wine palette
Immagine PNG della tavolozza dei colori Orange Wine
tavolozza dei colori Orange Wine CSS
/* CSS */
.color-1 {
color: #c05b21;
}
.color-2 {
color: #da7a4e;
}
.color-3 {
color: #e6a86b;
}
.color-4 {
color: #f4c299;
}
.color-5 {
color: #fbe1b1;
}
/* CSS Variables */
:root {
--color-1: #c05b21;
--color-2: #da7a4e;
--color-3: #e6a86b;
--color-4: #f4c299;
--color-5: #fbe1b1;
}
CSS con gradiente di sfondo Orange Wine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c05b21, #da7a4e, #e6a86b, #f4c299, #fbe1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c05b21, #da7a4e, #e6a86b, #f4c299, #fbe1b1);
}
Tavolozze di colori simili
Orange Wine color palette created on .