Shades of Patina カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Patina palette

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

Shades of Patina カラーパレット CSS

/* CSS */
.color-1 {
color: #639c8f;
}
.color-2 {
color: #a3c8b6;
}
.color-3 {
color: #e1e7d5;
}
.color-4 {
color: #f5cca3;
}
.color-5 {
color: #d07b6c;
}

/* CSS Variables */
:root {
--color-1: #639c8f;
--color-2: #a3c8b6;
--color-3: #e1e7d5;
--color-4: #f5cca3;
--color-5: #d07b6c;
}

Shades of Patina の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #639c8f, #a3c8b6, #e1e7d5, #f5cca3, #d07b6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #639c8f, #a3c8b6, #e1e7d5, #f5cca3, #d07b6c);
}

Shades of Patina color palette created on .