Vanilla Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vanilla Dreamscape palette

このパレットを共有する先:

Vanilla Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e4b6;
}
.color-2 {
color: #f1d0a2;
}
.color-3 {
color: #e3b89c;
}
.color-4 {
color: #d6968f;
}
.color-5 {
color: #c37e79;
}

/* CSS Variables */
:root {
--color-1: #f6e4b6;
--color-2: #f1d0a2;
--color-3: #e3b89c;
--color-4: #d6968f;
--color-5: #c37e79;
}

Vanilla Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4b6, #f1d0a2, #e3b89c, #d6968f, #c37e79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4b6, #f1d0a2, #e3b89c, #d6968f, #c37e79);
}

Vanilla Dreamscape color palette created on .