Gentle Storms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gentle Storms palette

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

Gentle Storms カラーパレット CSS

/* CSS */
.color-1 {
color: #6a9bd2;
}
.color-2 {
color: #d4e4f7;
}
.color-3 {
color: #b4cae4;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #809c3a;
}

/* CSS Variables */
:root {
--color-1: #6a9bd2;
--color-2: #d4e4f7;
--color-3: #b4cae4;
--color-4: #f1c84b;
--color-5: #809c3a;
}

Gentle Storms の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9bd2, #d4e4f7, #b4cae4, #f1c84b, #809c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9bd2, #d4e4f7, #b4cae4, #f1c84b, #809c3a);
}

Gentle Storms color palette created on .