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