Yellow Bebe カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Bebe palette

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

Yellow Bebe カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f88e59;
}
.color-3 {
color: #f8c76d;
}
.color-4 {
color: #f8e6a0;
}
.color-5 {
color: #f3d3b4;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f88e59;
--color-3: #f8c76d;
--color-4: #f8e6a0;
--color-5: #f3d3b4;
}

Yellow Bebe の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f88e59, #f8c76d, #f8e6a0, #f3d3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f88e59, #f8c76d, #f8e6a0, #f3d3b4);
}

似たようなカラーパレット

Yellow Bebe color palette created on .