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