Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f1b75b;
}
.color-3 {
color: #a3c57c;
}
.color-4 {
color: #6cb8e4;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f1b75b;
--color-3: #a3c57c;
--color-4: #6cb8e4;
--color-5: #f39c12;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f1b75b, #a3c57c, #6cb8e4, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f1b75b, #a3c57c, #6cb8e4, #f39c12);
}

Shades of Orange color palette created on .