Opulent Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Opulent Ember palette

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

Opulent Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #b35c3d;
}
.color-2 {
color: #a56d4a;
}
.color-3 {
color: #e5b55d;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #c4a968;
}

/* CSS Variables */
:root {
--color-1: #b35c3d;
--color-2: #a56d4a;
--color-3: #e5b55d;
--color-4: #f4d35d;
--color-5: #c4a968;
}

Opulent Ember の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b35c3d, #a56d4a, #e5b55d, #f4d35d, #c4a968);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b35c3d, #a56d4a, #e5b55d, #f4d35d, #c4a968);
}

Opulent Ember color palette created on .