Paleta de colores Great White Shark
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Great White Shark palette
CSS de la paleta de colores Great White Shark
/* CSS */
.color-1 {
color: #5a5d56;
}
.color-2 {
color: #8a8c82;
}
.color-3 {
color: #b2b4a2;
}
.color-4 {
color: #d8d8c0;
}
.color-5 {
color: #f4f4e1;
}
/* CSS Variables */
:root {
--color-1: #5a5d56;
--color-2: #8a8c82;
--color-3: #b2b4a2;
--color-4: #d8d8c0;
--color-5: #f4f4e1;
}
CSS del degradado de fondo Great White Shark
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a5d56, #8a8c82, #b2b4a2, #d8d8c0, #f4f4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a5d56, #8a8c82, #b2b4a2, #d8d8c0, #f4f4e1);
}
Paletas de colores similares
Great White Shark color palette created on .