Futuristic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Futuristic Serenity palette

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

Futuristic Serenity カラー パレット PNG 画像

Download futuristic serenity color palette PNG image (landscape)
Download futuristic serenity color palette PNG image (square)

Futuristic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #4b5f9b;
}
.color-3 {
color: #7a9cb3;
}
.color-4 {
color: #c5d1e7;
}
.color-5 {
color: #e8e8e8;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #4b5f9b;
--color-3: #7a9cb3;
--color-4: #c5d1e7;
--color-5: #e8e8e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #4b5f9b, #7a9cb3, #c5d1e7, #e8e8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #4b5f9b, #7a9cb3, #c5d1e7, #e8e8e8);
}

Futuristic Serenity color palette created on .