Whispers of a Serene Café カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of a Serene Café palette

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

Whispers of a Serene Café カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #f4c3b3;
}
.color-3 {
color: #f5d88a;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #6a4f4d;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f4c3b3;
--color-3: #f5d88a;
--color-4: #fab700;
--color-5: #6a4f4d;
}

Whispers of a Serene Café の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f4c3b3, #f5d88a, #fab700, #6a4f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f4c3b3, #f5d88a, #fab700, #6a4f4d);
}

Whispers of a Serene Café color palette created on .