Skeptical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skeptical Serenity palette

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

Skeptical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #8ab1c7;
}
.color-4 {
color: #f5b770;
}
.color-5 {
color: #e94e77;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #497b9c;
--color-3: #8ab1c7;
--color-4: #f5b770;
--color-5: #e94e77;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #497b9c, #8ab1c7, #f5b770, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #497b9c, #8ab1c7, #f5b770, #e94e77);
}

Skeptical Serenity color palette created on .