Celestial Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Ember palette

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

Celestial Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #ce7d12;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f6c76f;
}
.color-4 {
color: #e6ba4c;
}
.color-5 {
color: #d4a15e;
}

/* CSS Variables */
:root {
--color-1: #ce7d12;
--color-2: #f0a800;
--color-3: #f6c76f;
--color-4: #e6ba4c;
--color-5: #d4a15e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ce7d12, #f0a800, #f6c76f, #e6ba4c, #d4a15e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ce7d12, #f0a800, #f6c76f, #e6ba4c, #d4a15e);
}

Celestial Ember color palette created on .