Mafuyu Asahina カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mafuyu Asahina palette

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

Mafuyu Asahina カラーパレット CSS

/* CSS */
.color-1 {
color: #6a7bb9;
}
.color-2 {
color: #516f8a;
}
.color-3 {
color: #51599a;
}
.color-4 {
color: #29436b;
}
.color-5 {
color: #2b428c;
}

/* CSS Variables */
:root {
--color-1: #6a7bb9;
--color-2: #516f8a;
--color-3: #51599a;
--color-4: #29436b;
--color-5: #2b428c;
}

Mafuyu Asahina の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a7bb9, #516f8a, #51599a, #29436b, #2b428c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a7bb9, #516f8a, #51599a, #29436b, #2b428c);
}

Mafuyu Asahina color palette created on .