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