Paleta de colores Writing On The Wall
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Writing On The Wall palette
Imagen PNG de la paleta de colores Writing On The Wall
CSS de la paleta de colores Writing On The Wall
/* CSS */
.color-1 {
color: #d9b2a6;
}
.color-2 {
color: #e6b7c1;
}
.color-3 {
color: #f6cbe5;
}
.color-4 {
color: #f2e2d4;
}
.color-5 {
color: #c5f2e7;
}
/* CSS Variables */
:root {
--color-1: #d9b2a6;
--color-2: #e6b7c1;
--color-3: #f6cbe5;
--color-4: #f2e2d4;
--color-5: #c5f2e7;
}
CSS del degradado de fondo Writing On The Wall
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b2a6, #e6b7c1, #f6cbe5, #f2e2d4, #c5f2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b2a6, #e6b7c1, #f6cbe5, #f2e2d4, #c5f2e7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 30+ paletas de colores Estético
Writing On The Wall color palette created on .