Radiant Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Radiant Ember palette

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

Radiant Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #f8d37c;
}
.color-2 {
color: #f6a14c;
}
.color-3 {
color: #e47b3a;
}
.color-4 {
color: #d74f2d;
}
.color-5 {
color: #a83e4e;
}

/* CSS Variables */
:root {
--color-1: #f8d37c;
--color-2: #f6a14c;
--color-3: #e47b3a;
--color-4: #d74f2d;
--color-5: #a83e4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d37c, #f6a14c, #e47b3a, #d74f2d, #a83e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d37c, #f6a14c, #e47b3a, #d74f2d, #a83e4e);
}

Radiant Ember color palette created on .