Celestial Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Ember palette

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

Celestial Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #c22e2e;
}
.color-2 {
color: #eab6b3;
}
.color-3 {
color: #f8d2a0;
}
.color-4 {
color: #f0c79e;
}
.color-5 {
color: #f9e8b4;
}

/* CSS Variables */
:root {
--color-1: #c22e2e;
--color-2: #eab6b3;
--color-3: #f8d2a0;
--color-4: #f0c79e;
--color-5: #f9e8b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c22e2e, #eab6b3, #f8d2a0, #f0c79e, #f9e8b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c22e2e, #eab6b3, #f8d2a0, #f0c79e, #f9e8b4);
}

Celestial Ember color palette created on .