Piscina カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Piscina palette

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

Piscina カラー パレット PNG 画像

Download piscina color palette PNG image (landscape)
Download piscina color palette PNG image (square)

Piscina カラーパレット CSS

/* CSS */
.color-1 {
color: #009bb3;
}
.color-2 {
color: #00b39e;
}
.color-3 {
color: #00cc8f;
}
.color-4 {
color: #99e64c;
}
.color-5 {
color: #ffdb4d;
}

/* CSS Variables */
:root {
--color-1: #009bb3;
--color-2: #00b39e;
--color-3: #00cc8f;
--color-4: #99e64c;
--color-5: #ffdb4d;
}

Piscina の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009bb3, #00b39e, #00cc8f, #99e64c, #ffdb4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009bb3, #00b39e, #00cc8f, #99e64c, #ffdb4d);
}

Piscina color palette created on .