Paleta de colores Terrors of the Deep
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Terrors of the Deep palette
CSS de la paleta de colores Terrors of the Deep
/* CSS */
.color-1 {
color: #5bb2b3;
}
.color-2 {
color: #f6a6a2;
}
.color-3 {
color: #efbeae;
}
.color-4 {
color: #ff9e42;
}
.color-5 {
color: #6c1e30;
}
/* CSS Variables */
:root {
--color-1: #5bb2b3;
--color-2: #f6a6a2;
--color-3: #efbeae;
--color-4: #ff9e42;
--color-5: #6c1e30;
}
CSS del degradado de fondo Terrors of the Deep
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bb2b3, #f6a6a2, #efbeae, #ff9e42, #6c1e30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bb2b3, #f6a6a2, #efbeae, #ff9e42, #6c1e30);
}
Paletas de colores similares
Terrors of the Deep color palette created on .