Ocean Breeze Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ocean Breeze Serenity palette
Ocean Breeze Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #fffbf0;
}
.color-2 {
color: #afeeee;
}
.color-3 {
color: #0099ff;
}
.color-4 {
color: #005475;
}
.color-5 {
color: #003366;
}
/* CSS Variables */
:root {
--color-1: #fffbf0;
--color-2: #afeeee;
--color-3: #0099ff;
--color-4: #005475;
--color-5: #003366;
}
Ocean Breeze Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffbf0, #afeeee, #0099ff, #005475, #003366);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffbf0, #afeeee, #0099ff, #005475, #003366);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Ocean Breeze Serenity color palette created on .