Blue Delfín カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Delfín palette
Blue Delfín カラーパレット CSS
/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #6999c3;
}
.color-3 {
color: #3e6b8e;
}
.color-4 {
color: #1c3b6d;
}
.color-5 {
color: #0d2a3b;
}
/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #6999c3;
--color-3: #3e6b8e;
--color-4: #1c3b6d;
--color-5: #0d2a3b;
}
Blue Delfín の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #6999c3, #3e6b8e, #1c3b6d, #0d2a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #6999c3, #3e6b8e, #1c3b6d, #0d2a3b);
}
似たようなカラーパレット
Blue Delfín color palette created on .