Aqua Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aqua Oasis palette
Aqua Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #1ce9e5;
}
.color-3 {
color: #00abc2;
}
.color-4 {
color: #007a6c;
}
.color-5 {
color: #004d40;
}
/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #1ce9e5;
--color-3: #00abc2;
--color-4: #007a6c;
--color-5: #004d40;
}
Aqua Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #1ce9e5, #00abc2, #007a6c, #004d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #1ce9e5, #00abc2, #007a6c, #004d40);
}
似たようなカラーパレット
Aqua Oasis color palette created on .