Beige Morning カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Beige Morning palette

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

Beige Morning カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e3b2;
}
.color-2 {
color: #e9caa5;
}
.color-3 {
color: #d4b7a1;
}
.color-4 {
color: #c2a69e;
}
.color-5 {
color: #b0a59b;
}

/* CSS Variables */
:root {
--color-1: #f5e3b2;
--color-2: #e9caa5;
--color-3: #d4b7a1;
--color-4: #c2a69e;
--color-5: #b0a59b;
}

Beige Morning の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e3b2, #e9caa5, #d4b7a1, #c2a69e, #b0a59b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e3b2, #e9caa5, #d4b7a1, #c2a69e, #b0a59b);
}

Beige Morning color palette created on .