Celestial Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Ember palette

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

Celestial Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d86c;
}
.color-2 {
color: #f99f3e;
}
.color-3 {
color: #f87d30;
}
.color-4 {
color: #e7583c;
}
.color-5 {
color: #a84d8d;
}

/* CSS Variables */
:root {
--color-1: #f9d86c;
--color-2: #f99f3e;
--color-3: #f87d30;
--color-4: #e7583c;
--color-5: #a84d8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d86c, #f99f3e, #f87d30, #e7583c, #a84d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d86c, #f99f3e, #f87d30, #e7583c, #a84d8d);
}

Celestial Ember color palette created on .