Sycamore Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sycamore Shades palette

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

Sycamore Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #b0b03b;
}
.color-2 {
color: #c4c76b;
}
.color-3 {
color: #e5e8a1;
}
.color-4 {
color: #f3d77c;
}
.color-5 {
color: #e3b24f;
}

/* CSS Variables */
:root {
--color-1: #b0b03b;
--color-2: #c4c76b;
--color-3: #e5e8a1;
--color-4: #f3d77c;
--color-5: #e3b24f;
}

Sycamore Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b03b, #c4c76b, #e5e8a1, #f3d77c, #e3b24f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b03b, #c4c76b, #e5e8a1, #f3d77c, #e3b24f);
}

Sycamore Shades color palette created on .