Vibrant Vendetta カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Vendetta palette

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

Vibrant Vendetta カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d6a;
}
.color-2 {
color: #ff7c4d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffe74d;
}
.color-5 {
color: #ffd54d;
}

/* CSS Variables */
:root {
--color-1: #ff4d6a;
--color-2: #ff7c4d;
--color-3: #ffb84d;
--color-4: #ffe74d;
--color-5: #ffd54d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d6a, #ff7c4d, #ffb84d, #ffe74d, #ffd54d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d6a, #ff7c4d, #ffb84d, #ffe74d, #ffd54d);
}

Vibrant Vendetta color palette created on .