Morning Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Morning Bliss palette

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

Morning Bliss カラー パレット PNG 画像

Download morning bliss color palette PNG image (landscape)
Download morning bliss color palette PNG image (square)

Morning Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #9edfe0;
}
.color-2 {
color: #a9e0e5;
}
.color-3 {
color: #a3d5e0;
}
.color-4 {
color: #d7e3e5;
}
.color-5 {
color: #f4bab3;
}

/* CSS Variables */
:root {
--color-1: #9edfe0;
--color-2: #a9e0e5;
--color-3: #a3d5e0;
--color-4: #d7e3e5;
--color-5: #f4bab3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9edfe0, #a9e0e5, #a3d5e0, #d7e3e5, #f4bab3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9edfe0, #a9e0e5, #a3d5e0, #d7e3e5, #f4bab3);
}

Morning Bliss color palette created on .