Vibrant Millenia カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Millenia palette

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

Vibrant Millenia カラーパレット CSS

/* CSS */
.color-1 {
color: #ffbf52;
}
.color-2 {
color: #ff7e3d;
}
.color-3 {
color: #ff3b38;
}
.color-4 {
color: #ff3d98;
}
.color-5 {
color: #3d5aff;
}

/* CSS Variables */
:root {
--color-1: #ffbf52;
--color-2: #ff7e3d;
--color-3: #ff3b38;
--color-4: #ff3d98;
--color-5: #3d5aff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbf52, #ff7e3d, #ff3b38, #ff3d98, #3d5aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbf52, #ff7e3d, #ff3b38, #ff3d98, #3d5aff);
}

Vibrant Millenia color palette created on .