Vanilla Cream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vanilla Cream palette

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

Vanilla Cream カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e0c58a;
}
.color-3 {
color: #d5b79f;
}
.color-4 {
color: #e9c2b9;
}
.color-5 {
color: #f8e3a0;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e0c58a;
--color-3: #d5b79f;
--color-4: #e9c2b9;
--color-5: #f8e3a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e0c58a, #d5b79f, #e9c2b9, #f8e3a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e0c58a, #d5b79f, #e9c2b9, #f8e3a0);
}

Vanilla Cream color palette created on .