Oceanic Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Serenity palette
Oceanic Serenity カラー パレット PNG 画像
Oceanic Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #60c5e6;
}
.color-3 {
color: #168abb;
}
.color-4 {
color: #0a4e75;
}
.color-5 {
color: #003a5c;
}
/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #60c5e6;
--color-3: #168abb;
--color-4: #0a4e75;
--color-5: #003a5c;
}
Oceanic Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #60c5e6, #168abb, #0a4e75, #003a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #60c5e6, #168abb, #0a4e75, #003a5c);
}
似たようなカラーパレット
Oceanic Serenity color palette created on .