Sun and Moon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sun and Moon palette

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

Sun and Moon カラー パレット PNG 画像

Download sun and moon color palette PNG image (landscape)
Download sun and moon color palette PNG image (square)

Sun and Moon カラーパレット CSS

/* CSS */
.color-1 {
color: #fef4d7;
}
.color-2 {
color: #fff4eb;
}
.color-3 {
color: #fde9e7;
}
.color-4 {
color: #efe8f7;
}
.color-5 {
color: #ccbfe3;
}

/* CSS Variables */
:root {
--color-1: #fef4d7;
--color-2: #fff4eb;
--color-3: #fde9e7;
--color-4: #efe8f7;
--color-5: #ccbfe3;
}

Sun and Moon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef4d7, #fff4eb, #fde9e7, #efe8f7, #ccbfe3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef4d7, #fff4eb, #fde9e7, #efe8f7, #ccbfe3);
}

Sun and Moon color palette created on .