Paleta de colores Shades of Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Orange palette
CSS de la paleta de colores Shades of Orange
/* CSS */
.color-1 {
color: #f3a34f;
}
.color-2 {
color: #f7c869;
}
.color-3 {
color: #e6eb8e;
}
.color-4 {
color: #88d3c1;
}
.color-5 {
color: #4b8b9b;
}
/* CSS Variables */
:root {
--color-1: #f3a34f;
--color-2: #f7c869;
--color-3: #e6eb8e;
--color-4: #88d3c1;
--color-5: #4b8b9b;
}
CSS del degradado de fondo Shades of Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a34f, #f7c869, #e6eb8e, #88d3c1, #4b8b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a34f, #f7c869, #e6eb8e, #88d3c1, #4b8b9b);
}
Paletas de colores similares
Shades of Orange color palette created on .