Red Velvet Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red Velvet Shades palette
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;
}
Red Velvet Shades の背景のグラデーション CSS
/* 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 .