Paleta de colores Yellow and Blue Moon
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Yellow and Blue Moon palette
CSS de la paleta de colores Yellow and Blue Moon
/* CSS */
.color-1 {
color: #8e7f57;
}
.color-2 {
color: #82673a;
}
.color-3 {
color: #895252;
}
.color-4 {
color: #455f7d;
}
.color-5 {
color: #1e1a1a;
}
/* CSS Variables */
:root {
--color-1: #8e7f57;
--color-2: #82673a;
--color-3: #895252;
--color-4: #455f7d;
--color-5: #1e1a1a;
}
CSS del degradado de fondo Yellow and Blue Moon
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e7f57, #82673a, #895252, #455f7d, #1e1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e7f57, #82673a, #895252, #455f7d, #1e1a1a);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Terroso
Yellow and Blue Moon color palette created on .