Paleta de colores Crimson Tides and Earthy Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Crimson Tides and Earthy Shadows palette
CSS de la paleta de colores Crimson Tides and Earthy Shadows
/* CSS */
.color-1 {
color: #9ce5e7;
}
.color-2 {
color: #7d877e;
}
.color-3 {
color: #b50813;
}
.color-4 {
color: #652625;
}
.color-5 {
color: #431514;
}
/* CSS Variables */
:root {
--color-1: #9ce5e7;
--color-2: #7d877e;
--color-3: #b50813;
--color-4: #652625;
--color-5: #431514;
}
CSS del degradado de fondo Crimson Tides and Earthy Shadows
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ce5e7, #7d877e, #b50813, #652625, #431514);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ce5e7, #7d877e, #b50813, #652625, #431514);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 3 paletas de colores Turquesa
Crimson Tides and Earthy Shadows color palette created on .