Soft Hanor カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Hanor palette

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

Soft Hanor カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f1cab1;
}
.color-3 {
color: #f9e1b4;
}
.color-4 {
color: #c7e2a1;
}
.color-5 {
color: #a1d6e3;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f1cab1;
--color-3: #f9e1b4;
--color-4: #c7e2a1;
--color-5: #a1d6e3;
}

Soft Hanor の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f1cab1, #f9e1b4, #c7e2a1, #a1d6e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f1cab1, #f9e1b4, #c7e2a1, #a1d6e3);
}

Soft Hanor color palette created on .