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