All-American Heritage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with All-American Heritage palette

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

All-American Heritage カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f7c5a6;
}
.color-3 {
color: #f5a52e;
}
.color-4 {
color: #ba5d3b;
}
.color-5 {
color: #2b8839;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f7c5a6;
--color-3: #f5a52e;
--color-4: #ba5d3b;
--color-5: #2b8839;
}

All-American Heritage の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f7c5a6, #f5a52e, #ba5d3b, #2b8839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f7c5a6, #f5a52e, #ba5d3b, #2b8839);
}

All-American Heritage color palette created on .