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