Eclipse Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Eclipse Whisper palette

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

Eclipse Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1f23;
}
.color-2 {
color: #3c4044;
}
.color-3 {
color: #5e6368;
}
.color-4 {
color: #8d9296;
}
.color-5 {
color: #c4c8ca;
}

/* CSS Variables */
:root {
--color-1: #1a1f23;
--color-2: #3c4044;
--color-3: #5e6368;
--color-4: #8d9296;
--color-5: #c4c8ca;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f23, #3c4044, #5e6368, #8d9296, #c4c8ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f23, #3c4044, #5e6368, #8d9296, #c4c8ca);
}

Eclipse Whisper color palette created on .