Red Velvet Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red Velvet Shades palette

Condividi questa palette a:

tavolozza dei colori Red Velvet Shades CSS

/* 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 con gradiente di sfondo 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);
}

Red Velvet Shades color palette created on .