Paleta de colores Orange and Blue Delight
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Orange and Blue Delight palette
CSS de la paleta de colores Orange and Blue Delight
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #3982d0;
}
.color-3 {
color: #ffb700;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #ff8b42;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #3982d0;
--color-3: #ffb700;
--color-4: #2b3d50;
--color-5: #ff8b42;
}
CSS del degradado de fondo Orange and Blue Delight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #3982d0, #ffb700, #2b3d50, #ff8b42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #3982d0, #ffb700, #2b3d50, #ff8b42);
}
Paletas de colores similares
Orange and Blue Delight color palette created on .