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: #ff513d;
}
.color-2 {
color: #ffbb3d;
}
.color-3 {
color: #ffdb3d;
}
.color-4 {
color: #3dff8b;
}
.color-5 {
color: #3d9eff;
}
/* CSS Variables */
:root {
--color-1: #ff513d;
--color-2: #ffbb3d;
--color-3: #ffdb3d;
--color-4: #3dff8b;
--color-5: #3d9eff;
}
CSS del degradado de fondo Watermelon Delight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff513d, #ffbb3d, #ffdb3d, #3dff8b, #3d9eff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff513d, #ffbb3d, #ffdb3d, #3dff8b, #3d9eff);
}
Paletas de colores similares
Watermelon Delight color palette created on .