Aqua Retreat カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Retreat palette

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

Aqua Retreat カラーパレット CSS

/* CSS */
.color-1 {
color: #4ebae4;
}
.color-2 {
color: #3ca9d7;
}
.color-3 {
color: #2a9dc0;
}
.color-4 {
color: #1b8eb1;
}
.color-5 {
color: #0c7b9d;
}

/* CSS Variables */
:root {
--color-1: #4ebae4;
--color-2: #3ca9d7;
--color-3: #2a9dc0;
--color-4: #1b8eb1;
--color-5: #0c7b9d;
}

Aqua Retreat の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ebae4, #3ca9d7, #2a9dc0, #1b8eb1, #0c7b9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ebae4, #3ca9d7, #2a9dc0, #1b8eb1, #0c7b9d);
}

Aqua Retreat color palette created on .