Niko's Vibrant Horizon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Niko's Vibrant Horizon palette

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

Niko's Vibrant Horizon カラーパレット CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f77a22;
}
.color-3 {
color: #e94a2b;
}
.color-4 {
color: #9f3c6c;
}
.color-5 {
color: #5b2f7f;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f77a22;
--color-3: #e94a2b;
--color-4: #9f3c6c;
--color-5: #5b2f7f;
}

Niko's Vibrant Horizon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f77a22, #e94a2b, #9f3c6c, #5b2f7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f77a22, #e94a2b, #9f3c6c, #5b2f7f);
}

Niko's Vibrant Horizon color palette created on .