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