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