Paleta de colores Sentimental Correspondence
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sentimental Correspondence palette
CSS de la paleta de colores Sentimental Correspondence
/* CSS */
.color-1 {
color: #f3c9d2;
}
.color-2 {
color: #f1a7b2;
}
.color-3 {
color: #f27d91;
}
.color-4 {
color: #d85a71;
}
.color-5 {
color: #c24c5c;
}
/* CSS Variables */
:root {
--color-1: #f3c9d2;
--color-2: #f1a7b2;
--color-3: #f27d91;
--color-4: #d85a71;
--color-5: #c24c5c;
}
CSS del degradado de fondo Sentimental Correspondence
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c9d2, #f1a7b2, #f27d91, #d85a71, #c24c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c9d2, #f1a7b2, #f27d91, #d85a71, #c24c5c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 700+ paletas de colores Estético
Sentimental Correspondence color palette created on .