Shades of Orange Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange Green palette

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

Shades of Orange Green カラーパレット CSS

/* CSS */
.color-1 {
color: #d38d50;
}
.color-2 {
color: #e5b27b;
}
.color-3 {
color: #f9e5a4;
}
.color-4 {
color: #b9d2a2;
}
.color-5 {
color: #6f8b7e;
}

/* CSS Variables */
:root {
--color-1: #d38d50;
--color-2: #e5b27b;
--color-3: #f9e5a4;
--color-4: #b9d2a2;
--color-5: #6f8b7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d38d50, #e5b27b, #f9e5a4, #b9d2a2, #6f8b7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d38d50, #e5b27b, #f9e5a4, #b9d2a2, #6f8b7e);
}

Shades of Orange Green color palette created on .