Vibrant Whirlwind カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Whirlwind palette

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

Vibrant Whirlwind カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b32b;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff998a;
}
.color-4 {
color: #6b9cd1;
}
.color-5 {
color: #a1d6e8;
}

/* CSS Variables */
:root {
--color-1: #f7b32b;
--color-2: #ff7142;
--color-3: #ff998a;
--color-4: #6b9cd1;
--color-5: #a1d6e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b32b, #ff7142, #ff998a, #6b9cd1, #a1d6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b32b, #ff7142, #ff998a, #6b9cd1, #a1d6e8);
}

Vibrant Whirlwind color palette created on .