Serial Designation N カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serial Designation N palette

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

Serial Designation N カラー パレット PNG 画像

Download serial designation n color palette PNG image (landscape)
Download serial designation n color palette PNG image (square)

Serial Designation N カラーパレット CSS

/* CSS */
.color-1 {
color: #e5c96c;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #f3d1a5;
}
.color-5 {
color: #e62838;
}

/* CSS Variables */
:root {
--color-1: #e5c96c;
--color-2: #f0a400;
--color-3: #f7c94b;
--color-4: #f3d1a5;
--color-5: #e62838;
}

Serial Designation N の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c96c, #f0a400, #f7c94b, #f3d1a5, #e62838);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c96c, #f0a400, #f7c94b, #f3d1a5, #e62838);
}

Serial Designation N color palette created on .