Paleta de colores Blushing Oasis
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blushing Oasis palette
CSS de la paleta de colores Blushing Oasis
/* CSS */
.color-1 {
color: #fe2aa2;
}
.color-2 {
color: #f27891;
}
.color-3 {
color: #f5b8c4;
}
.color-4 {
color: #f2d4e4;
}
.color-5 {
color: #e6c1dc;
}
/* CSS Variables */
:root {
--color-1: #fe2aa2;
--color-2: #f27891;
--color-3: #f5b8c4;
--color-4: #f2d4e4;
--color-5: #e6c1dc;
}
CSS del degradado de fondo Blushing Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe2aa2, #f27891, #f5b8c4, #f2d4e4, #e6c1dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe2aa2, #f27891, #f5b8c4, #f2d4e4, #e6c1dc);
}
Paletas de colores similares
Blushing Oasis color palette created on .