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