Paleta de colores Shades of Green Red Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Green Red Yellow palette
CSS de la paleta de colores Shades of Green Red Yellow
/* CSS */
.color-1 {
color: #d1ffdd;
}
.color-2 {
color: #ffdedb;
}
.color-3 {
color: #ffeea8;
}
.color-4 {
color: #ffe294;
}
.color-5 {
color: #ff6ba6;
}
/* CSS Variables */
:root {
--color-1: #d1ffdd;
--color-2: #ffdedb;
--color-3: #ffeea8;
--color-4: #ffe294;
--color-5: #ff6ba6;
}
CSS del degradado de fondo Shades of Green Red Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1ffdd, #ffdedb, #ffeea8, #ffe294, #ff6ba6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1ffdd, #ffdedb, #ffeea8, #ffe294, #ff6ba6);
}
Paletas de colores similares
Shades of Green Red Yellow color palette created on .