Sentimental Correspondence カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sentimental Correspondence palette

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

Sentimental Correspondence カラーパレット CSS

/* CSS */
.color-1 {
color: #f3c9d2;
}
.color-2 {
color: #f1a7b2;
}
.color-3 {
color: #f27d91;
}
.color-4 {
color: #d85a71;
}
.color-5 {
color: #c24c5c;
}

/* CSS Variables */
:root {
--color-1: #f3c9d2;
--color-2: #f1a7b2;
--color-3: #f27d91;
--color-4: #d85a71;
--color-5: #c24c5c;
}

Sentimental Correspondence の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c9d2, #f1a7b2, #f27d91, #d85a71, #c24c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c9d2, #f1a7b2, #f27d91, #d85a71, #c24c5c);
}

Sentimental Correspondence color palette created on .