Vintage Serve カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vintage Serve palette

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

Vintage Serve カラーパレット CSS

/* CSS */
.color-1 {
color: #f96c6c;
}
.color-2 {
color: #ff9c66;
}
.color-3 {
color: #006880;
}
.color-4 {
color: #028360;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #f96c6c;
--color-2: #ff9c66;
--color-3: #006880;
--color-4: #028360;
--color-5: #ffffff;
}

Vintage Serve の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f96c6c, #ff9c66, #006880, #028360, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f96c6c, #ff9c66, #006880, #028360, #ffffff);
}

Vintage Serve color palette created on .