Pluto カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pluto palette

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

Pluto カラー パレット PNG 画像

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

Pluto カラーパレット CSS

/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #ac85c1;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #ac85c1;
--color-3: #f0a800;
--color-4: #ff6e61;
--color-5: #ffcc00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #ac85c1, #f0a800, #ff6e61, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #ac85c1, #f0a800, #ff6e61, #ffcc00);
}

Pluto color palette created on .