Colorful Pop カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Colorful Pop palette

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

Colorful Pop カラーパレット (PNG) をダウンロード

Download colorful pop color palette PNG image (landscape)
Download colorful pop color palette PNG image (square)

Colorful Pop カラーパレット CSS

/* CSS */
.color-1 {
color: #ef4ebc;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb347;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #5c4b8b;
}

/* CSS Variables */
:root {
--color-1: #ef4ebc;
--color-2: #ff6e61;
--color-3: #ffb347;
--color-4: #6ed4cf;
--color-5: #5c4b8b;
}

Colorful Pop の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef4ebc, #ff6e61, #ffb347, #6ed4cf, #5c4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef4ebc, #ff6e61, #ffb347, #6ed4cf, #5c4b8b);
}

Colorful Pop color palette created on .