Clean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Clean palette

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

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

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

Clean カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e0e0e0;
}
.color-3 {
color: #b0c4de;
}
.color-4 {
color: #a4dad3;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e0e0e0;
--color-3: #b0c4de;
--color-4: #a4dad3;
--color-5: #f5a300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e0e0e0, #b0c4de, #a4dad3, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e0e0e0, #b0c4de, #a4dad3, #f5a300);
}

Clean color palette created on .