Celestial Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dawn palette

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

Celestial Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #f4e1a4;
}
.color-3 {
color: #f9c8b4;
}
.color-4 {
color: #d58b9c;
}
.color-5 {
color: #3b6e9b;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #f4e1a4;
--color-3: #f9c8b4;
--color-4: #d58b9c;
--color-5: #3b6e9b;
}

Celestial Dawn の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #f4e1a4, #f9c8b4, #d58b9c, #3b6e9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #f4e1a4, #f9c8b4, #d58b9c, #3b6e9b);
}

Celestial Dawn color palette created on .