Celestial Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dreamscape palette

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

Celestial Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #b9cbe9;
}
.color-3 {
color: #a2b6d8;
}
.color-4 {
color: #4a7eba;
}
.color-5 {
color: #2c4a68;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #b9cbe9;
--color-3: #a2b6d8;
--color-4: #4a7eba;
--color-5: #2c4a68;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #b9cbe9, #a2b6d8, #4a7eba, #2c4a68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #b9cbe9, #a2b6d8, #4a7eba, #2c4a68);
}

Celestial Dreamscape color palette created on .