Clean Aqua カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Clean Aqua palette

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

Clean Aqua カラー パレット PNG 画像

Download clean aqua color palette PNG image (landscape)
Download clean aqua color palette PNG image (square)

Clean Aqua カラーパレット CSS

/* CSS */
.color-1 {
color: #a9e1ea;
}
.color-2 {
color: #6ed0d4;
}
.color-3 {
color: #4bb9b7;
}
.color-4 {
color: #309c93;
}
.color-5 {
color: #007a7a;
}

/* CSS Variables */
:root {
--color-1: #a9e1ea;
--color-2: #6ed0d4;
--color-3: #4bb9b7;
--color-4: #309c93;
--color-5: #007a7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e1ea, #6ed0d4, #4bb9b7, #309c93, #007a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e1ea, #6ed0d4, #4bb9b7, #309c93, #007a7a);
}

Clean Aqua color palette created on .