Diona カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Diona palette

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

Diona カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c6a6;
}
.color-3 {
color: #f2e2d4;
}
.color-4 {
color: #a6d8d1;
}
.color-5 {
color: #4b8b8a;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c6a6;
--color-3: #f2e2d4;
--color-4: #a6d8d1;
--color-5: #4b8b8a;
}

Diona の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c6a6, #f2e2d4, #a6d8d1, #4b8b8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c6a6, #f2e2d4, #a6d8d1, #4b8b8a);
}

Diona color palette created on .