Aqua Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Whisper palette

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

Aqua Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #a0e9de;
}
.color-2 {
color: #75d7c3;
}
.color-3 {
color: #4bbead;
}
.color-4 {
color: #1f988c;
}
.color-5 {
color: #0a716d;
}

/* CSS Variables */
:root {
--color-1: #a0e9de;
--color-2: #75d7c3;
--color-3: #4bbead;
--color-4: #1f988c;
--color-5: #0a716d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0e9de, #75d7c3, #4bbead, #1f988c, #0a716d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0e9de, #75d7c3, #4bbead, #1f988c, #0a716d);
}

Aqua Whisper color palette created on .