Serene Ocean Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Ocean Whisper palette

このパレットを共有する先:

Serene Ocean Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #e0ebf0;
}
.color-2 {
color: #cbdee6;
}
.color-3 {
color: #bad2de;
}
.color-4 {
color: #a7c7d7;
}
.color-5 {
color: #90b8d0;
}

/* CSS Variables */
:root {
--color-1: #e0ebf0;
--color-2: #cbdee6;
--color-3: #bad2de;
--color-4: #a7c7d7;
--color-5: #90b8d0;
}

Serene Ocean Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0ebf0, #cbdee6, #bad2de, #a7c7d7, #90b8d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0ebf0, #cbdee6, #bad2de, #a7c7d7, #90b8d0);
}

Serene Ocean Whisper color palette created on .