Red Velvet Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Velvet Shades palette

このパレットを共有する先:

Red Velvet Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #a8001c;
}
.color-2 {
color: #d62e3f;
}
.color-3 {
color: #e86969;
}
.color-4 {
color: #f5aaa3;
}
.color-5 {
color: #fbc3c1;
}

/* CSS Variables */
:root {
--color-1: #a8001c;
--color-2: #d62e3f;
--color-3: #e86969;
--color-4: #f5aaa3;
--color-5: #fbc3c1;
}

Red Velvet Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8001c, #d62e3f, #e86969, #f5aaa3, #fbc3c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8001c, #d62e3f, #e86969, #f5aaa3, #fbc3c1);
}

Red Velvet Shades color palette created on .