Divine Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Divine Ember palette

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

Divine Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #fbd783;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #d15400;
}
.color-5 {
color: #bf3a2b;
}

/* CSS Variables */
:root {
--color-1: #fbd783;
--color-2: #f1c40e;
--color-3: #e77e23;
--color-4: #d15400;
--color-5: #bf3a2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbd783, #f1c40e, #e77e23, #d15400, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbd783, #f1c40e, #e77e23, #d15400, #bf3a2b);
}

Divine Ember color palette created on .