Ancient Tides カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ancient Tides palette

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

Ancient Tides カラーパレット CSS

/* CSS */
.color-1 {
color: #3a5c82;
}
.color-2 {
color: #5b8b9a;
}
.color-3 {
color: #85c1b4;
}
.color-4 {
color: #d5e1a3;
}
.color-5 {
color: #f9c780;
}

/* CSS Variables */
:root {
--color-1: #3a5c82;
--color-2: #5b8b9a;
--color-3: #85c1b4;
--color-4: #d5e1a3;
--color-5: #f9c780;
}

Ancient Tides の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5c82, #5b8b9a, #85c1b4, #d5e1a3, #f9c780);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5c82, #5b8b9a, #85c1b4, #d5e1a3, #f9c780);
}

Ancient Tides color palette created on .