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