Brown Vanilla カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Vanilla palette

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

Brown Vanilla カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e3bc;
}
.color-2 {
color: #e5c9a4;
}
.color-3 {
color: #deb082;
}
.color-4 {
color: #dba375;
}
.color-5 {
color: #d79565;
}

/* CSS Variables */
:root {
--color-1: #f5e3bc;
--color-2: #e5c9a4;
--color-3: #deb082;
--color-4: #dba375;
--color-5: #d79565;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e3bc, #e5c9a4, #deb082, #dba375, #d79565);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e3bc, #e5c9a4, #deb082, #dba375, #d79565);
}

Brown Vanilla color palette created on .