French Vanilla Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with French Vanilla Dream palette

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

French Vanilla Dream カラー パレット PNG 画像

Download french vanilla dream color palette PNG image (landscape)
Download french vanilla dream color palette PNG image (square)

French Vanilla Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e5b2;
}
.color-2 {
color: #e2cbab;
}
.color-3 {
color: #c6a67b;
}
.color-4 {
color: #a87b5d;
}
.color-5 {
color: #7d5b3b;
}

/* CSS Variables */
:root {
--color-1: #f5e5b2;
--color-2: #e2cbab;
--color-3: #c6a67b;
--color-4: #a87b5d;
--color-5: #7d5b3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5b2, #e2cbab, #c6a67b, #a87b5d, #7d5b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5b2, #e2cbab, #c6a67b, #a87b5d, #7d5b3b);
}

French Vanilla Dream color palette created on .