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