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