Paleta de colores Soft Pink and Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Pink and Green palette
CSS de la paleta de colores Soft Pink and Green
/* CSS */
.color-1 {
color: #f3a5b1;
}
.color-2 {
color: #f6c684;
}
.color-3 {
color: #f9d36c;
}
.color-4 {
color: #92d89d;
}
.color-5 {
color: #498c9c;
}
/* CSS Variables */
:root {
--color-1: #f3a5b1;
--color-2: #f6c684;
--color-3: #f9d36c;
--color-4: #92d89d;
--color-5: #498c9c;
}
CSS del degradado de fondo Soft Pink and Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5b1, #f6c684, #f9d36c, #92d89d, #498c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5b1, #f6c684, #f9d36c, #92d89d, #498c9c);
}
Paletas de colores similares
Soft Pink and Green color palette created on .