Oceanic Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Serenity palette
Oceanic Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #198bd7;
}
.color-2 {
color: #37b1e1;
}
.color-3 {
color: #6cd3ea;
}
.color-4 {
color: #a3e6f5;
}
.color-5 {
color: #c2f2fa;
}
/* CSS Variables */
:root {
--color-1: #198bd7;
--color-2: #37b1e1;
--color-3: #6cd3ea;
--color-4: #a3e6f5;
--color-5: #c2f2fa;
}
Oceanic Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #198bd7, #37b1e1, #6cd3ea, #a3e6f5, #c2f2fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #198bd7, #37b1e1, #6cd3ea, #a3e6f5, #c2f2fa);
}
似たようなカラーパレット
下にスクロールして100+個のアクアカラーパレットを探索しましょう
Oceanic Serenity color palette created on .