Midnight Berry Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Berry Whispers palette

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

Midnight Berry Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #6b7cff;
}
.color-2 {
color: #4f6dbf;
}
.color-3 {
color: #3f60a6;
}
.color-4 {
color: #a9c5e0;
}
.color-5 {
color: #f0e5ff;
}

/* CSS Variables */
:root {
--color-1: #6b7cff;
--color-2: #4f6dbf;
--color-3: #3f60a6;
--color-4: #a9c5e0;
--color-5: #f0e5ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b7cff, #4f6dbf, #3f60a6, #a9c5e0, #f0e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b7cff, #4f6dbf, #3f60a6, #a9c5e0, #f0e5ff);
}

Midnight Berry Whispers color palette created on .