Tears of Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tears of Serenity palette

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

Tears of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #4e6d83;
}
.color-2 {
color: #6c9099;
}
.color-3 {
color: #a3c7b7;
}
.color-4 {
color: #e7d3b6;
}
.color-5 {
color: #f9c6b4;
}

/* CSS Variables */
:root {
--color-1: #4e6d83;
--color-2: #6c9099;
--color-3: #a3c7b7;
--color-4: #e7d3b6;
--color-5: #f9c6b4;
}

Tears of Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e6d83, #6c9099, #a3c7b7, #e7d3b6, #f9c6b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e6d83, #6c9099, #a3c7b7, #e7d3b6, #f9c6b4);
}

Tears of Serenity color palette created on .