Midnight Berry Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Berry Whispers palette

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

Midnight Berry Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #3e51e0;
}
.color-2 {
color: #294cae;
}
.color-3 {
color: #204692;
}
.color-4 {
color: #659bcd;
}
.color-5 {
color: #b694e0;
}

/* CSS Variables */
:root {
--color-1: #3e51e0;
--color-2: #294cae;
--color-3: #204692;
--color-4: #659bcd;
--color-5: #b694e0;
}

Midnight Berry Whispers の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e51e0, #294cae, #204692, #659bcd, #b694e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e51e0, #294cae, #204692, #659bcd, #b694e0);
}

Midnight Berry Whispers color palette created on .