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