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