Dreamy Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Whispers palette

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

Dreamy Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f3b7a0;
}
.color-3 {
color: #f2a6d6;
}
.color-4 {
color: #a9e5e1;
}
.color-5 {
color: #7eb9b6;
}

/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f3b7a0;
--color-3: #f2a6d6;
--color-4: #a9e5e1;
--color-5: #7eb9b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f3b7a0, #f2a6d6, #a9e5e1, #7eb9b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f3b7a0, #f2a6d6, #a9e5e1, #7eb9b6);
}

Dreamy Whispers color palette created on .