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