Trustworthy Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Trustworthy Ember palette

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

Trustworthy Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e58b;
}
.color-2 {
color: #f39b53;
}
.color-3 {
color: #e06838;
}
.color-4 {
color: #b83c2e;
}
.color-5 {
color: #7a1f2a;
}

/* CSS Variables */
:root {
--color-1: #f9e58b;
--color-2: #f39b53;
--color-3: #e06838;
--color-4: #b83c2e;
--color-5: #7a1f2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e58b, #f39b53, #e06838, #b83c2e, #7a1f2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e58b, #f39b53, #e06838, #b83c2e, #7a1f2a);
}

Trustworthy Ember color palette created on .