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