Cinnamon Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cinnamon Shades palette

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

Cinnamon Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d19b6b;
}
.color-3 {
color: #e3b682;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #a45b37;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d19b6b;
--color-3: #e3b682;
--color-4: #f1c84b;
--color-5: #a45b37;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d19b6b, #e3b682, #f1c84b, #a45b37);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d19b6b, #e3b682, #f1c84b, #a45b37);
}

Cinnamon Shades color palette created on .