Paleta de colores Celeste and Rojo Garden
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celeste and Rojo Garden palette
CSS de la paleta de colores Celeste and Rojo Garden
/* CSS */
.color-1 {
color: #a3d7e6;
}
.color-2 {
color: #ff6b6b;
}
.color-3 {
color: #4b8c3b;
}
.color-4 {
color: #ffd83d;
}
.color-5 {
color: #f5b400;
}
/* CSS Variables */
:root {
--color-1: #a3d7e6;
--color-2: #ff6b6b;
--color-3: #4b8c3b;
--color-4: #ffd83d;
--color-5: #f5b400;
}
CSS del degradado de fondo Celeste and Rojo Garden
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e6, #ff6b6b, #4b8c3b, #ffd83d, #f5b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e6, #ff6b6b, #4b8c3b, #ffd83d, #f5b400);
}
Paletas de colores similares
Celeste and Rojo Garden color palette created on .