Shades of Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Brown palette

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

Shades of Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb366;
}
.color-2 {
color: #ff05a3;
}
.color-3 {
color: #0083f5;
}
.color-4 {
color: #00e0f0;
}
.color-5 {
color: #ffb624;
}

/* CSS Variables */
:root {
--color-1: #ffb366;
--color-2: #ff05a3;
--color-3: #0083f5;
--color-4: #00e0f0;
--color-5: #ffb624;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb366, #ff05a3, #0083f5, #00e0f0, #ffb624);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb366, #ff05a3, #0083f5, #00e0f0, #ffb624);
}

Shades of Brown color palette created on .