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