Whispers of Confidence カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Confidence palette

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

Whispers of Confidence カラーパレット CSS

/* CSS */
.color-1 {
color: #df9fae;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f1d5a2;
}
.color-4 {
color: #87af4b;
}
.color-5 {
color: #6d9ed0;
}

/* CSS Variables */
:root {
--color-1: #df9fae;
--color-2: #f1c84b;
--color-3: #f1d5a2;
--color-4: #87af4b;
--color-5: #6d9ed0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #df9fae, #f1c84b, #f1d5a2, #87af4b, #6d9ed0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #df9fae, #f1c84b, #f1d5a2, #87af4b, #6d9ed0);
}

Whispers of Confidence color palette created on .