Whispers of Cordelia カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Cordelia palette

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

Whispers of Cordelia カラーパレット CSS

/* CSS */
.color-1 {
color: #d4a5a1;
}
.color-2 {
color: #e8cca1;
}
.color-3 {
color: #f7e5b6;
}
.color-4 {
color: #b9e4c9;
}
.color-5 {
color: #a3d6e0;
}

/* CSS Variables */
:root {
--color-1: #d4a5a1;
--color-2: #e8cca1;
--color-3: #f7e5b6;
--color-4: #b9e4c9;
--color-5: #a3d6e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a5a1, #e8cca1, #f7e5b6, #b9e4c9, #a3d6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a5a1, #e8cca1, #f7e5b6, #b9e4c9, #a3d6e0);
}

Whispers of Cordelia color palette created on .