Celestial Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Serenade palette

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

Celestial Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #a65e9e;
}
.color-4 {
color: #6a7c9a;
}
.color-5 {
color: #4e89b1;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f1a8a2;
--color-3: #a65e9e;
--color-4: #6a7c9a;
--color-5: #4e89b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f1a8a2, #a65e9e, #6a7c9a, #4e89b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f1a8a2, #a65e9e, #6a7c9a, #4e89b1);
}

Celestial Serenade color palette created on .