Celestial Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Serenade palette

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

Celestial Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #4f6da1;
}
.color-2 {
color: #70a0c7;
}
.color-3 {
color: #9ad5e4;
}
.color-4 {
color: #f3e8e2;
}
.color-5 {
color: #ffb59e;
}

/* CSS Variables */
:root {
--color-1: #4f6da1;
--color-2: #70a0c7;
--color-3: #9ad5e4;
--color-4: #f3e8e2;
--color-5: #ffb59e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f6da1, #70a0c7, #9ad5e4, #f3e8e2, #ffb59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f6da1, #70a0c7, #9ad5e4, #f3e8e2, #ffb59e);
}

Celestial Serenade color palette created on .