Dark Blue Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Blue Sunshine palette

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

Dark Blue Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1f3d;
}
.color-2 {
color: #4e4e8d;
}
.color-3 {
color: #7e7eb9;
}
.color-4 {
color: #f1f1a7;
}
.color-5 {
color: #ffdb70;
}

/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #4e4e8d;
--color-3: #7e7eb9;
--color-4: #f1f1a7;
--color-5: #ffdb70;
}

Dark Blue Sunshine の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #4e4e8d, #7e7eb9, #f1f1a7, #ffdb70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #4e4e8d, #7e7eb9, #f1f1a7, #ffdb70);
}

Dark Blue Sunshine color palette created on .