Paleta de colores Shades of Persian Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Persian Red palette
CSS de la paleta de colores Shades of Persian Red
/* CSS */
.color-1 {
color: #cc3333;
}
.color-2 {
color: #d67a7a;
}
.color-3 {
color: #f1a2a2;
}
.color-4 {
color: #f3cece;
}
.color-5 {
color: #f9e1e1;
}
/* CSS Variables */
:root {
--color-1: #cc3333;
--color-2: #d67a7a;
--color-3: #f1a2a2;
--color-4: #f3cece;
--color-5: #f9e1e1;
}
CSS del degradado de fondo Shades of Persian Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cc3333, #d67a7a, #f1a2a2, #f3cece, #f9e1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cc3333, #d67a7a, #f1a2a2, #f3cece, #f9e1e1);
}
Paletas de colores similares
Shades of Persian Red color palette created on .