Royal Ember Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Royal Ember Glow palette

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

Royal Ember Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #d73c28;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #c8a30e;
}
.color-4 {
color: #842c1a;
}
.color-5 {
color: #f9e380;
}

/* CSS Variables */
:root {
--color-1: #d73c28;
--color-2: #f6b83c;
--color-3: #c8a30e;
--color-4: #842c1a;
--color-5: #f9e380;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d73c28, #f6b83c, #c8a30e, #842c1a, #f9e380);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d73c28, #f6b83c, #c8a30e, #842c1a, #f9e380);
}

Royal Ember Glow color palette created on .