Orange Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Elegance palette

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

Orange Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #f1d1a7;
}
.color-2 {
color: #f5a06b;
}
.color-3 {
color: #f88c3a;
}
.color-4 {
color: #e0522e;
}
.color-5 {
color: #b83c2e;
}

/* CSS Variables */
:root {
--color-1: #f1d1a7;
--color-2: #f5a06b;
--color-3: #f88c3a;
--color-4: #e0522e;
--color-5: #b83c2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d1a7, #f5a06b, #f88c3a, #e0522e, #b83c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d1a7, #f5a06b, #f88c3a, #e0522e, #b83c2e);
}

Orange Elegance color palette created on .