Celestial Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Whisper palette

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

Celestial Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #579ed1;
}
.color-2 {
color: #366402;
}
.color-3 {
color: #26cfad;
}
.color-4 {
color: #dc6f71;
}
.color-5 {
color: #963c85;
}

/* CSS Variables */
:root {
--color-1: #579ed1;
--color-2: #366402;
--color-3: #26cfad;
--color-4: #dc6f71;
--color-5: #963c85;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #579ed1, #366402, #26cfad, #dc6f71, #963c85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #579ed1, #366402, #26cfad, #dc6f71, #963c85);
}

Celestial Whisper color palette created on .