Celestial Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Whisper palette

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

Celestial Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #d9eaf7;
}
.color-2 {
color: #a1c0e8;
}
.color-3 {
color: #699bc3;
}
.color-4 {
color: #507e95;
}
.color-5 {
color: #2f4f6a;
}

/* CSS Variables */
:root {
--color-1: #d9eaf7;
--color-2: #a1c0e8;
--color-3: #699bc3;
--color-4: #507e95;
--color-5: #2f4f6a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9eaf7, #a1c0e8, #699bc3, #507e95, #2f4f6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9eaf7, #a1c0e8, #699bc3, #507e95, #2f4f6a);
}

Celestial Whisper color palette created on .