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