Celestial Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Whisper palette

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

Celestial Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #7d9aca;
}
.color-2 {
color: #a5c1d5;
}
.color-3 {
color: #c8e1e4;
}
.color-4 {
color: #f2f6f7;
}
.color-5 {
color: #f4d7e2;
}

/* CSS Variables */
:root {
--color-1: #7d9aca;
--color-2: #a5c1d5;
--color-3: #c8e1e4;
--color-4: #f2f6f7;
--color-5: #f4d7e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9aca, #a5c1d5, #c8e1e4, #f2f6f7, #f4d7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9aca, #a5c1d5, #c8e1e4, #f2f6f7, #f4d7e2);
}

Celestial Whisper color palette created on .