Sweet Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Whispers palette

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

Sweet Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e4d2;
}
.color-2 {
color: #f6b6d6;
}
.color-3 {
color: #f6a2b8;
}
.color-4 {
color: #f490b1;
}
.color-5 {
color: #f2789d;
}

/* CSS Variables */
:root {
--color-1: #f9e4d2;
--color-2: #f6b6d6;
--color-3: #f6a2b8;
--color-4: #f490b1;
--color-5: #f2789d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e4d2, #f6b6d6, #f6a2b8, #f490b1, #f2789d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e4d2, #f6b6d6, #f6a2b8, #f490b1, #f2789d);
}

Sweet Whispers color palette created on .