Whispers of Love カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Love palette

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

Whispers of Love カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #f1c6d5;
}
.color-3 {
color: #f8e3e2;
}
.color-4 {
color: #fce3b6;
}
.color-5 {
color: #f8a5b7;
}

/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #f1c6d5;
--color-3: #f8e3e2;
--color-4: #fce3b6;
--color-5: #f8a5b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #f1c6d5, #f8e3e2, #fce3b6, #f8a5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #f1c6d5, #f8e3e2, #fce3b6, #f8a5b7);
}

Whispers of Love color palette created on .