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