Celestial Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Serenade palette

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

Celestial Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #3a0e6c;
}
.color-2 {
color: #5c2c9b;
}
.color-3 {
color: #8a3cbe;
}
.color-4 {
color: #b04ddb;
}
.color-5 {
color: #e07aff;
}

/* CSS Variables */
:root {
--color-1: #3a0e6c;
--color-2: #5c2c9b;
--color-3: #8a3cbe;
--color-4: #b04ddb;
--color-5: #e07aff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a0e6c, #5c2c9b, #8a3cbe, #b04ddb, #e07aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a0e6c, #5c2c9b, #8a3cbe, #b04ddb, #e07aff);
}

Celestial Serenade color palette created on .