Vibrant Turmoil カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Turmoil palette

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

Vibrant Turmoil カラーパレット CSS

/* CSS */
.color-1 {
color: #d94130;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #ffcb3d;
}
.color-4 {
color: #4bbe81;
}
.color-5 {
color: #499ed0;
}

/* CSS Variables */
:root {
--color-1: #d94130;
--color-2: #f0a800;
--color-3: #ffcb3d;
--color-4: #4bbe81;
--color-5: #499ed0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d94130, #f0a800, #ffcb3d, #4bbe81, #499ed0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d94130, #f0a800, #ffcb3d, #4bbe81, #499ed0);
}

Vibrant Turmoil color palette created on .