Las Vegas カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Las Vegas palette

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

Las Vegas カラー パレット PNG 画像

Download las vegas color palette PNG image (landscape)
Download las vegas color palette PNG image (square)

Las Vegas カラーパレット CSS

/* CSS */
.color-1 {
color: #1b4b3d;
}
.color-2 {
color: #3b8c88;
}
.color-3 {
color: #5dc6b1;
}
.color-4 {
color: #f9e09a;
}
.color-5 {
color: #e65f3d;
}

/* CSS Variables */
:root {
--color-1: #1b4b3d;
--color-2: #3b8c88;
--color-3: #5dc6b1;
--color-4: #f9e09a;
--color-5: #e65f3d;
}

Las Vegas の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b4b3d, #3b8c88, #5dc6b1, #f9e09a, #e65f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b4b3d, #3b8c88, #5dc6b1, #f9e09a, #e65f3d);
}

Las Vegas color palette created on .