Vanilla Cream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vanilla Cream palette

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

Vanilla Cream カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e5c3;
}
.color-2 {
color: #f1d2a7;
}
.color-3 {
color: #e3b68c;
}
.color-4 {
color: #d59b6c;
}
.color-5 {
color: #c38e55;
}

/* CSS Variables */
:root {
--color-1: #f9e5c3;
--color-2: #f1d2a7;
--color-3: #e3b68c;
--color-4: #d59b6c;
--color-5: #c38e55;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e5c3, #f1d2a7, #e3b68c, #d59b6c, #c38e55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e5c3, #f1d2a7, #e3b68c, #d59b6c, #c38e55);
}

Vanilla Cream color palette created on .