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