Vibrant Quackers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Quackers palette

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

Vibrant Quackers カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb700;
}
.color-2 {
color: #ff5e00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff00a1;
}
.color-5 {
color: #a200ff;
}

/* CSS Variables */
:root {
--color-1: #ffb700;
--color-2: #ff5e00;
--color-3: #ff3c00;
--color-4: #ff00a1;
--color-5: #a200ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb700, #ff5e00, #ff3c00, #ff00a1, #a200ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb700, #ff5e00, #ff3c00, #ff00a1, #a200ff);
}

Vibrant Quackers color palette created on .