Whispers of Connie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Connie palette

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

Whispers of Connie カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e9e3;
}
.color-2 {
color: #b7d2c4;
}
.color-3 {
color: #7e9a9a;
}
.color-4 {
color: #4b7477;
}
.color-5 {
color: #2b4d50;
}

/* CSS Variables */
:root {
--color-1: #f2e9e3;
--color-2: #b7d2c4;
--color-3: #7e9a9a;
--color-4: #4b7477;
--color-5: #2b4d50;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e9e3, #b7d2c4, #7e9a9a, #4b7477, #2b4d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e9e3, #b7d2c4, #7e9a9a, #4b7477, #2b4d50);
}

Whispers of Connie color palette created on .