Paleta de colores Warm Melon
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Melon palette
CSS de la paleta de colores Warm Melon
/* CSS */
.color-1 {
color: #f9a91f;
}
.color-2 {
color: #f1d05b;
}
.color-3 {
color: #f0b8b7;
}
.color-4 {
color: #e27e7e;
}
.color-5 {
color: #d56c8c;
}
/* CSS Variables */
:root {
--color-1: #f9a91f;
--color-2: #f1d05b;
--color-3: #f0b8b7;
--color-4: #e27e7e;
--color-5: #d56c8c;
}
CSS del degradado de fondo Warm Melon
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a91f, #f1d05b, #f0b8b7, #e27e7e, #d56c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a91f, #f1d05b, #f0b8b7, #e27e7e, #d56c8c);
}
Paletas de colores similares
Warm Melon color palette created on .