Pastel Pasta Fields カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pasta Fields palette

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

Pastel Pasta Fields カラーパレット CSS

/* CSS */
.color-1 {
color: #c46d3b;
}
.color-2 {
color: #7b9b3b;
}
.color-3 {
color: #508db9;
}
.color-4 {
color: #f6d55a;
}
.color-5 {
color: #e83b46;
}

/* CSS Variables */
:root {
--color-1: #c46d3b;
--color-2: #7b9b3b;
--color-3: #508db9;
--color-4: #f6d55a;
--color-5: #e83b46;
}

Pastel Pasta Fields の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c46d3b, #7b9b3b, #508db9, #f6d55a, #e83b46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c46d3b, #7b9b3b, #508db9, #f6d55a, #e83b46);
}

Pastel Pasta Fields color palette created on .