Sweet Whirlwind カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Whirlwind palette

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

Sweet Whirlwind カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3e4;
}
.color-2 {
color: #ff85c0;
}
.color-3 {
color: #ff5c8a;
}
.color-4 {
color: #ff3d5a;
}
.color-5 {
color: #ff1f3d;
}

/* CSS Variables */
:root {
--color-1: #ffb3e4;
--color-2: #ff85c0;
--color-3: #ff5c8a;
--color-4: #ff3d5a;
--color-5: #ff1f3d;
}

Sweet Whirlwind の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e4, #ff85c0, #ff5c8a, #ff3d5a, #ff1f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e4, #ff85c0, #ff5c8a, #ff3d5a, #ff1f3d);
}

Sweet Whirlwind color palette created on .