Harmony in Yaelokre カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Harmony in Yaelokre palette

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

Harmony in Yaelokre カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #6ebf8a;
}
.color-4 {
color: #519cc8;
}
.color-5 {
color: #5e4b8b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #6ebf8a;
--color-4: #519cc8;
--color-5: #5e4b8b;
}

Harmony in Yaelokre の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #6ebf8a, #519cc8, #5e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #6ebf8a, #519cc8, #5e4b8b);
}

Harmony in Yaelokre color palette created on .