Aquilean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aquilean palette

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

Aquilean カラーパレット CSS

/* CSS */
.color-1 {
color: #3d97b8;
}
.color-2 {
color: #2a6c8d;
}
.color-3 {
color: #00545c;
}
.color-4 {
color: #004242;
}
.color-5 {
color: #056656;
}

/* CSS Variables */
:root {
--color-1: #3d97b8;
--color-2: #2a6c8d;
--color-3: #00545c;
--color-4: #004242;
--color-5: #056656;
}

Aquilean の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d97b8, #2a6c8d, #00545c, #004242, #056656);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d97b8, #2a6c8d, #00545c, #004242, #056656);
}

Aquilean color palette created on .