Celestial Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dreamscape palette

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

Celestial Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff8080;
}
.color-3 {
color: #7a9cff;
}
.color-4 {
color: #f2c7ff;
}
.color-5 {
color: #ff99ff;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff8080;
--color-3: #7a9cff;
--color-4: #f2c7ff;
--color-5: #ff99ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff8080, #7a9cff, #f2c7ff, #ff99ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff8080, #7a9cff, #f2c7ff, #ff99ff);
}

Celestial Dreamscape color palette created on .