Whispers of Serene Skies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Serene Skies palette

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

Whispers of Serene Skies カラーパレット CSS

/* CSS */
.color-1 {
color: #dae7ec;
}
.color-2 {
color: #c4dae3;
}
.color-3 {
color: #b2cedc;
}
.color-4 {
color: #9cc0d3;
}
.color-5 {
color: #89b4cd;
}

/* CSS Variables */
:root {
--color-1: #dae7ec;
--color-2: #c4dae3;
--color-3: #b2cedc;
--color-4: #9cc0d3;
--color-5: #89b4cd;
}

Whispers of Serene Skies の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dae7ec, #c4dae3, #b2cedc, #9cc0d3, #89b4cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dae7ec, #c4dae3, #b2cedc, #9cc0d3, #89b4cd);
}

Whispers of Serene Skies color palette created on .