Paleta de colores Sweet Forelady
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sweet Forelady palette
CSS de la paleta de colores Sweet Forelady
/* CSS */
.color-1 {
color: #fed7de;
}
.color-2 {
color: #fdafc2;
}
.color-3 {
color: #e7cfd3;
}
.color-4 {
color: #837fad;
}
.color-5 {
color: #a75bb9;
}
/* CSS Variables */
:root {
--color-1: #fed7de;
--color-2: #fdafc2;
--color-3: #e7cfd3;
--color-4: #837fad;
--color-5: #a75bb9;
}
CSS del degradado de fondo Sweet Forelady
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed7de, #fdafc2, #e7cfd3, #837fad, #a75bb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed7de, #fdafc2, #e7cfd3, #837fad, #a75bb9);
}
Paletas de colores similares
Sweet Forelady color palette created on .