Serpent's Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serpent's Whisper palette

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

Serpent's Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a3d;
}
.color-2 {
color: #4b7c6e;
}
.color-3 {
color: #7daaa1;
}
.color-4 {
color: #a4d6c2;
}
.color-5 {
color: #e5f5f1;
}

/* CSS Variables */
:root {
--color-1: #1f3a3d;
--color-2: #4b7c6e;
--color-3: #7daaa1;
--color-4: #a4d6c2;
--color-5: #e5f5f1;
}

Serpent's Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a3d, #4b7c6e, #7daaa1, #a4d6c2, #e5f5f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a3d, #4b7c6e, #7daaa1, #a4d6c2, #e5f5f1);
}

Serpent's Whisper color palette created on .