Smalt Blue Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Smalt Blue Serenity palette

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

Smalt Blue Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #518090;
}
.color-2 {
color: #6bb8b1;
}
.color-3 {
color: #a4e0d8;
}
.color-4 {
color: #f1dbb6;
}
.color-5 {
color: #f7a192;
}

/* CSS Variables */
:root {
--color-1: #518090;
--color-2: #6bb8b1;
--color-3: #a4e0d8;
--color-4: #f1dbb6;
--color-5: #f7a192;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #518090, #6bb8b1, #a4e0d8, #f1dbb6, #f7a192);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #518090, #6bb8b1, #a4e0d8, #f1dbb6, #f7a192);
}

Smalt Blue Serenity color palette created on .