Paleta de colores Petal Embrace
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Petal Embrace palette
CSS de la paleta de colores Petal Embrace
/* CSS */
.color-1 {
color: #f1c6c6;
}
.color-2 {
color: #f4d2d2;
}
.color-3 {
color: #f7dede;
}
.color-4 {
color: #f9e6e6;
}
.color-5 {
color: #fbe9e9;
}
/* CSS Variables */
:root {
--color-1: #f1c6c6;
--color-2: #f4d2d2;
--color-3: #f7dede;
--color-4: #f9e6e6;
--color-5: #fbe9e9;
}
CSS del degradado de fondo Petal Embrace
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6c6, #f4d2d2, #f7dede, #f9e6e6, #fbe9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6c6, #f4d2d2, #f7dede, #f9e6e6, #fbe9e9);
}
Paletas de colores similares
Petal Embrace color palette created on .