Vibrant Threshold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Threshold palette

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

Vibrant Threshold カラーパレット (PNG) をダウンロード

Download vibrant threshold color palette PNG image (landscape)
Download vibrant threshold color palette PNG image (square)

Vibrant Threshold カラーパレット CSS

/* CSS */
.color-1 {
color: #e94e77;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #2ecc70;
}
.color-4 {
color: #3398db;
}
.color-5 {
color: #9b58b6;
}

/* CSS Variables */
:root {
--color-1: #e94e77;
--color-2: #f1c40e;
--color-3: #2ecc70;
--color-4: #3398db;
--color-5: #9b58b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e94e77, #f1c40e, #2ecc70, #3398db, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e94e77, #f1c40e, #2ecc70, #3398db, #9b58b6);
}

Vibrant Threshold color palette created on .