Lina y Luis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lina y Luis palette

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

Lina y Luis カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #f3a5a0;
}
.color-4 {
color: #a6d8d5;
}
.color-5 {
color: #6cb4e4;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8caa5;
--color-3: #f3a5a0;
--color-4: #a6d8d5;
--color-5: #6cb4e4;
}

Lina y Luis の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8caa5, #f3a5a0, #a6d8d5, #6cb4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8caa5, #f3a5a0, #a6d8d5, #6cb4e4);
}

Lina y Luis color palette created on .