Blue Delphi カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Delphi palette

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

Blue Delphi カラーパレット CSS

/* CSS */
.color-1 {
color: #5b8eb9;
}
.color-2 {
color: #a1c6d4;
}
.color-3 {
color: #e5b4a4;
}
.color-4 {
color: #fdae8b;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #5b8eb9;
--color-2: #a1c6d4;
--color-3: #e5b4a4;
--color-4: #fdae8b;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8eb9, #a1c6d4, #e5b4a4, #fdae8b, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8eb9, #a1c6d4, #e5b4a4, #fdae8b, #ff6e61);
}

Blue Delphi color palette created on .