Vanilla Cream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vanilla Cream palette

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

Vanilla Cream カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e2b6;
}
.color-2 {
color: #e5cca9;
}
.color-3 {
color: #d4bca0;
}
.color-4 {
color: #c7a699;
}
.color-5 {
color: #bfae8d;
}

/* CSS Variables */
:root {
--color-1: #f6e2b6;
--color-2: #e5cca9;
--color-3: #d4bca0;
--color-4: #c7a699;
--color-5: #bfae8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2b6, #e5cca9, #d4bca0, #c7a699, #bfae8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2b6, #e5cca9, #d4bca0, #c7a699, #bfae8d);
}

Vanilla Cream color palette created on .