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