Smart カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Smart palette

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

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

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

Smart カラーパレット CSS

/* CSS */
.color-1 {
color: #1f4060;
}
.color-2 {
color: #3b6887;
}
.color-3 {
color: #4fb5b0;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #ff6d2e;
}

/* CSS Variables */
:root {
--color-1: #1f4060;
--color-2: #3b6887;
--color-3: #4fb5b0;
--color-4: #ffcb5c;
--color-5: #ff6d2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4060, #3b6887, #4fb5b0, #ffcb5c, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4060, #3b6887, #4fb5b0, #ffcb5c, #ff6d2e);
}

Smart color palette created on .