Sweet Whirlwind カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Whirlwind palette

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

Sweet Whirlwind カラーパレット CSS

/* CSS */
.color-1 {
color: #ffc7d1;
}
.color-2 {
color: #ffe1d1;
}
.color-3 {
color: #ffefc7;
}
.color-4 {
color: #d0f1fb;
}
.color-5 {
color: #fcd9e7;
}

/* CSS Variables */
:root {
--color-1: #ffc7d1;
--color-2: #ffe1d1;
--color-3: #ffefc7;
--color-4: #d0f1fb;
--color-5: #fcd9e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc7d1, #ffe1d1, #ffefc7, #d0f1fb, #fcd9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc7d1, #ffe1d1, #ffefc7, #d0f1fb, #fcd9e7);
}

Sweet Whirlwind color palette created on .