Morning Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Morning Ember palette

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

Morning Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #f3d4bf;
}
.color-2 {
color: #f1b8a2;
}
.color-3 {
color: #f08c75;
}
.color-4 {
color: #f15e50;
}
.color-5 {
color: #ec4141;
}

/* CSS Variables */
:root {
--color-1: #f3d4bf;
--color-2: #f1b8a2;
--color-3: #f08c75;
--color-4: #f15e50;
--color-5: #ec4141;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d4bf, #f1b8a2, #f08c75, #f15e50, #ec4141);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d4bf, #f1b8a2, #f08c75, #f15e50, #ec4141);
}

Morning Ember color palette created on .