Red Velvet Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red Velvet Delight palette
Red Velvet Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #d77578;
}
.color-3 {
color: #e8b6b5;
}
.color-4 {
color: #f3e2e2;
}
.color-5 {
color: #f8f1f1;
}
/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #d77578;
--color-3: #e8b6b5;
--color-4: #f3e2e2;
--color-5: #f8f1f1;
}
Red Velvet Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #d77578, #e8b6b5, #f3e2e2, #f8f1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #d77578, #e8b6b5, #f3e2e2, #f8f1f1);
}
似たようなカラーパレット
Red Velvet Delight color palette created on .