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