Whispers of the Storm カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of the Storm palette

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

Whispers of the Storm カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #69a3c9;
}
.color-3 {
color: #507a9b;
}
.color-4 {
color: #3c5b6d;
}
.color-5 {
color: #2d3949;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #69a3c9;
--color-3: #507a9b;
--color-4: #3c5b6d;
--color-5: #2d3949;
}

Whispers of the Storm の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #69a3c9, #507a9b, #3c5b6d, #2d3949);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #69a3c9, #507a9b, #3c5b6d, #2d3949);
}

Whispers of the Storm color palette created on .