Celestial Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dreams palette

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

Celestial Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a60;
}
.color-2 {
color: #4b689b;
}
.color-3 {
color: #8cb2d9;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f75b2b;
}

/* CSS Variables */
:root {
--color-1: #1f3a60;
--color-2: #4b689b;
--color-3: #8cb2d9;
--color-4: #f1c84b;
--color-5: #f75b2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a60, #4b689b, #8cb2d9, #f1c84b, #f75b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a60, #4b689b, #8cb2d9, #f1c84b, #f75b2b);
}

Celestial Dreams color palette created on .