Meringue Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Meringue Whispers palette

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

Meringue Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #f4d69f;
}
.color-2 {
color: #e0b88a;
}
.color-3 {
color: #d18f6b;
}
.color-4 {
color: #a46b56;
}
.color-5 {
color: #7a4f4d;
}

/* CSS Variables */
:root {
--color-1: #f4d69f;
--color-2: #e0b88a;
--color-3: #d18f6b;
--color-4: #a46b56;
--color-5: #7a4f4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d69f, #e0b88a, #d18f6b, #a46b56, #7a4f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d69f, #e0b88a, #d18f6b, #a46b56, #7a4f4d);
}

Meringue Whispers color palette created on .