Pastel Pasta Fields カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pasta Fields palette

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

Pastel Pasta Fields カラーパレット CSS

/* CSS */
.color-1 {
color: #cf865e;
}
.color-2 {
color: #91ae5b;
}
.color-3 {
color: #70a3c7;
}
.color-4 {
color: #f7dc7e;
}
.color-5 {
color: #ec5f69;
}

/* CSS Variables */
:root {
--color-1: #cf865e;
--color-2: #91ae5b;
--color-3: #70a3c7;
--color-4: #f7dc7e;
--color-5: #ec5f69;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cf865e, #91ae5b, #70a3c7, #f7dc7e, #ec5f69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cf865e, #91ae5b, #70a3c7, #f7dc7e, #ec5f69);
}

Pastel Pasta Fields color palette created on .