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