Whispers of Rain カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Rain palette

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

Whispers of Rain カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #80b4f4;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #d1e8f5;
}
.color-5 {
color: #f5f9ff;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #80b4f4;
--color-3: #a2c7e7;
--color-4: #d1e8f5;
--color-5: #f5f9ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #80b4f4, #a2c7e7, #d1e8f5, #f5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #80b4f4, #a2c7e7, #d1e8f5, #f5f9ff);
}

Whispers of Rain color palette created on .