Paleta de colores Watermelon Delight
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Watermelon Delight palette
CSS de la paleta de colores Watermelon Delight
/* CSS */
.color-1 {
color: #f36239;
}
.color-2 {
color: #f9a34e;
}
.color-3 {
color: #f9d86c;
}
.color-4 {
color: #77cfa5;
}
.color-5 {
color: #349fb2;
}
/* CSS Variables */
:root {
--color-1: #f36239;
--color-2: #f9a34e;
--color-3: #f9d86c;
--color-4: #77cfa5;
--color-5: #349fb2;
}
CSS del degradado de fondo Watermelon Delight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f36239, #f9a34e, #f9d86c, #77cfa5, #349fb2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f36239, #f9a34e, #f9d86c, #77cfa5, #349fb2);
}
Paletas de colores similares
Watermelon Delight color palette created on .