Red Velvet カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Velvet palette

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

Red Velvet カラー パレット PNG 画像

Download red velvet color palette PNG image (landscape)
Download red velvet color palette PNG image (square)

Red Velvet カラーパレット CSS

/* CSS */
.color-1 {
color: #3c1010;
}
.color-2 {
color: #8c1d1d;
}
.color-3 {
color: #c73d3d;
}
.color-4 {
color: #e96d6d;
}
.color-5 {
color: #f5a8a8;
}

/* CSS Variables */
:root {
--color-1: #3c1010;
--color-2: #8c1d1d;
--color-3: #c73d3d;
--color-4: #e96d6d;
--color-5: #f5a8a8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1010, #8c1d1d, #c73d3d, #e96d6d, #f5a8a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1010, #8c1d1d, #c73d3d, #e96d6d, #f5a8a8);
}

Red Velvet color palette created on .