Paleta de colores Soft Pink and Warm Brown
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Pink and Warm Brown palette
CSS de la paleta de colores Soft Pink and Warm Brown
/* CSS */
.color-1 {
color: #e38ce2;
}
.color-2 {
color: #c0842a;
}
.color-3 {
color: #d48a87;
}
.color-4 {
color: #f6b1c6;
}
.color-5 {
color: #609d9f;
}
/* CSS Variables */
:root {
--color-1: #e38ce2;
--color-2: #c0842a;
--color-3: #d48a87;
--color-4: #f6b1c6;
--color-5: #609d9f;
}
CSS del degradado de fondo Soft Pink and Warm Brown
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e38ce2, #c0842a, #d48a87, #f6b1c6, #609d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e38ce2, #c0842a, #d48a87, #f6b1c6, #609d9f);
}
Paletas de colores similares
Soft Pink and Warm Brown color palette created on .