Vanilla Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vanilla Dreamscape palette

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

Vanilla Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e6af;
}
.color-2 {
color: #f1d1a2;
}
.color-3 {
color: #e5b59a;
}
.color-4 {
color: #d29989;
}
.color-5 {
color: #c86f8d;
}

/* CSS Variables */
:root {
--color-1: #f8e6af;
--color-2: #f1d1a2;
--color-3: #e5b59a;
--color-4: #d29989;
--color-5: #c86f8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e6af, #f1d1a2, #e5b59a, #d29989, #c86f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e6af, #f1d1a2, #e5b59a, #d29989, #c86f8d);
}

Vanilla Dreamscape color palette created on .