Paleta de colores Scars of the River Whisper
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Scars of the River Whisper palette
CSS de la paleta de colores Scars of the River Whisper
/* CSS */
.color-1 {
color: #4b7e8b;
}
.color-2 {
color: #6fb3a2;
}
.color-3 {
color: #a3e0d3;
}
.color-4 {
color: #f4c4a4;
}
.color-5 {
color: #f2a6a1;
}
/* CSS Variables */
:root {
--color-1: #4b7e8b;
--color-2: #6fb3a2;
--color-3: #a3e0d3;
--color-4: #f4c4a4;
--color-5: #f2a6a1;
}
CSS del degradado de fondo Scars of the River Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7e8b, #6fb3a2, #a3e0d3, #f4c4a4, #f2a6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7e8b, #6fb3a2, #a3e0d3, #f4c4a4, #f2a6a1);
}
Paletas de colores similares
Scars of the River Whisper color palette created on .