Yellow Eclipse カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Eclipse palette

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

Yellow Eclipse カラーパレット (PNG) をダウンロード

Download yellow eclipse color palette PNG image (landscape)
Download yellow eclipse color palette PNG image (square)

Yellow Eclipse カラーパレット CSS

/* CSS */
.color-1 {
color: #eccf79;
}
.color-2 {
color: #e7a56f;
}
.color-3 {
color: #da765d;
}
.color-4 {
color: #349388;
}
.color-5 {
color: #2b4550;
}

/* CSS Variables */
:root {
--color-1: #eccf79;
--color-2: #e7a56f;
--color-3: #da765d;
--color-4: #349388;
--color-5: #2b4550;
}

Yellow Eclipse の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eccf79, #e7a56f, #da765d, #349388, #2b4550);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eccf79, #e7a56f, #da765d, #349388, #2b4550);
}

Yellow Eclipse color palette created on .